diff --git a/src/gui/components/cc.h b/src/gui/components/cc.h index 5f6618d77..4d49f9cf7 100644 --- a/src/gui/components/cc.h +++ b/src/gui/components/cc.h @@ -27,7 +27,6 @@ #define __COMPONENTS__ #include "cc_types.h" -#include #include #include #include diff --git a/src/gui/components/cc_types.h b/src/gui/components/cc_types.h index df2e53b48..32495657c 100644 --- a/src/gui/components/cc_types.h +++ b/src/gui/components/cc_types.h @@ -26,6 +26,9 @@ #ifndef __CC_TYPES__ #define __CC_TYPES__ +#include +#include + //required typedefs typedef struct comp_fbdata_t {