diff options
Diffstat (limited to 'tests/scripts/test-scripts.cpp')
-rw-r--r-- | tests/scripts/test-scripts.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/scripts/test-scripts.cpp b/tests/scripts/test-scripts.cpp index a1624a853..c6f05f00a 100644 --- a/tests/scripts/test-scripts.cpp +++ b/tests/scripts/test-scripts.cpp @@ -32,10 +32,10 @@ extern "C" #include <string.h> #include <sys/time.h> #include "src/core/weechat.h" -#include "src/core/wee-hdata.h" -#include "src/core/wee-string.h" -#include "src/core/wee-hook.h" -#include "src/core/wee-util.h" +#include "src/core/core-hdata.h" +#include "src/core/core-string.h" +#include "src/core/core-hook.h" +#include "src/core/core-util.h" #include "src/plugins/plugin.h" } |