diff --git a/libs/codec/g7xx/src/g711.c b/libs/codec/g7xx/src/g711.c index 4c7e0f6632..2ff47d3599 100644 --- a/libs/codec/g7xx/src/g711.c +++ b/libs/codec/g7xx/src/g711.c @@ -30,7 +30,7 @@ #include #endif -#include "g711.h" +#include "g7xx/g711.h" /* Copied from the CCITT G.711 specification */ static const uint8_t ulaw_to_alaw_table[256] = diff --git a/libs/codec/g7xx/src/g722_decode.c b/libs/codec/g7xx/src/g722_decode.c index d4b664b936..e57acc2acd 100644 --- a/libs/codec/g7xx/src/g722_decode.c +++ b/libs/codec/g7xx/src/g722_decode.c @@ -35,7 +35,7 @@ #include #endif -#include "g722.h" +#include "g7xx/g722.h" #if !defined(FALSE) #define FALSE 0 diff --git a/libs/codec/g7xx/src/g722_encode.c b/libs/codec/g7xx/src/g722_encode.c index 542a51fb26..f61feeb92a 100644 --- a/libs/codec/g7xx/src/g722_encode.c +++ b/libs/codec/g7xx/src/g722_encode.c @@ -37,7 +37,7 @@ #include #endif -#include "g722.h" +#include "g7xx/g722.h" #if !defined(FALSE) #define FALSE 0 diff --git a/libs/codec/g7xx/src/g726.c b/libs/codec/g7xx/src/g726.c index 01f85a1d19..917b8fc6a8 100644 --- a/libs/codec/g7xx/src/g726.c +++ b/libs/codec/g7xx/src/g726.c @@ -57,8 +57,8 @@ #include #endif -#include "g711.h" -#include "g726.h" +#include "g7xx/g711.h" +#include "g7xx/g726.h" #if !defined(FALSE) #define FALSE 0