diff options
Diffstat (limited to 'tests/unit/core/hook/test-hook-command.cpp')
-rw-r--r-- | tests/unit/core/hook/test-hook-command.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/core/hook/test-hook-command.cpp b/tests/unit/core/hook/test-hook-command.cpp index d8be77d40..15a80dde8 100644 --- a/tests/unit/core/hook/test-hook-command.cpp +++ b/tests/unit/core/hook/test-hook-command.cpp @@ -29,7 +29,7 @@ extern "C" #define HAVE_CONFIG_H #endif #include "src/core/weechat.h" -#include "src/core/hook/wee-hook-command.h" +#include "src/core/hook/hook-command.h" #include "src/plugins/plugin.h" extern char *hook_command_remove_raw_markers (const char *string); |