diff options
author | Alfred E. Heggestad <alfred.heggestad@gmail.com> | 2017-11-19 16:03:14 +0100 |
---|---|---|
committer | Alfred E. Heggestad <alfred.heggestad@gmail.com> | 2017-11-19 16:03:14 +0100 |
commit | 501a5d9c875d3ee3a8040d477e0e90f0eaf9c0a0 (patch) | |
tree | 661375c365c053a5cffcc847c82c378eb5f03b35 /modules/omx/omx.c | |
parent | 74c9b7bd13f8b4f0a98b800d04c1fe5e3dbe9937 (diff) |
omx: include re.h without re/ path
Diffstat (limited to 'modules/omx/omx.c')
-rw-r--r-- | modules/omx/omx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/omx/omx.c b/modules/omx/omx.c index 7cc4a45..6b08d19 100644 --- a/modules/omx/omx.c +++ b/modules/omx/omx.c @@ -7,8 +7,8 @@ #include "omx.h" -#include <re/re.h> -#include <rem/rem.h> +#include <re.h> +#include <rem.h> #include <baresip.h> #include <stdio.h> |