diff options
Diffstat (limited to 'src/common/conf.h')
-rw-r--r-- | src/common/conf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/conf.h b/src/common/conf.h index bd97d5c1e..771725cf4 100644 --- a/src/common/conf.h +++ b/src/common/conf.h @@ -5,9 +5,9 @@ #ifndef COMMON_CONF_H #define COMMON_CONF_H -#include "../common/cbasetypes.h" +#include "common/cbasetypes.h" -#include "../../3rdparty/libconfig/libconfig.h" +#include "libconfig/libconfig.h" /** * The libconfig interface -- specially for plugins, but we enforce it throughout the core to be consistent |