Skip to content
Snippets Groups Projects
Commit 762656ca authored by Dominik Loidolt's avatar Dominik Loidolt
Browse files

Fix false include path

parent 1ed18eb7
Branches
No related tags found
1 merge request!29Adapt to C standard GNU89 with GCC extensions
...@@ -131,7 +131,6 @@ ...@@ -131,7 +131,6 @@
#endif #endif
/** /**
* @brief mark a variable as potentially unused to suppress compiler warnings. * @brief mark a variable as potentially unused to suppress compiler warnings.
* *
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include "read_bitstream.h" #include "read_bitstream.h"
#include "cmp_max_used_bits_list.h" #include "cmp_max_used_bits_list.h"
#include "decmp.h" #include "../decmp.h"
#include "../common/cmp_debug.h" #include "../common/cmp_debug.h"
#include "../common/cmp_support.h" #include "../common/cmp_support.h"
#include "../common/cmp_entity.h" #include "../common/cmp_entity.h"
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include "cmp_rdcu_cfg.h" #include "cmp_rdcu_cfg.h"
#include "rdcu_ctrl.h" #include "rdcu_ctrl.h"
#include "rdcu_rmap.h" #include "rdcu_rmap.h"
#include "cmp_rdcu.h" #include "../cmp_rdcu.h"
#define RDCU_INTR_SIG_ENA 1 /* RDCU interrupt signal enabled */ #define RDCU_INTR_SIG_ENA 1 /* RDCU interrupt signal enabled */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment