diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index e3dde2c6..4714c82f 100644 --- a/src/common.h +++ b/src/common.h @@ -35,7 +35,7 @@ #include <glib.h> #include <gmodule.h> -#include "irc-base/memdebug.h" +#include "core/memdebug.h" #include "nls.h" #define g_free_not_null(a) \ |