diff options
Diffstat (limited to 'hicn-light/src/config/configuration.h')
-rw-r--r-- | hicn-light/src/config/configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-light/src/config/configuration.h b/hicn-light/src/config/configuration.h index 2bf66c0b1..4dfcb0d16 100644 --- a/hicn-light/src/config/configuration.h +++ b/hicn-light/src/config/configuration.h @@ -26,8 +26,8 @@ #ifndef configuration_h #define configuration_h -#include <src/utils/commands.h> #include <src/core/logger.h> +#include <src/utils/commands.h> struct configuration; typedef struct configuration Configuration; |