diff options
Diffstat (limited to 'tests/unit/core/test-core-hashtable.cpp')
-rw-r--r-- | tests/unit/core/test-core-hashtable.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/core/test-core-hashtable.cpp b/tests/unit/core/test-core-hashtable.cpp index 162b7172d..26c41a237 100644 --- a/tests/unit/core/test-core-hashtable.cpp +++ b/tests/unit/core/test-core-hashtable.cpp @@ -25,9 +25,9 @@ extern "C" { #include <stdio.h> #include <string.h> -#include "src/core/wee-hashtable.h" -#include "src/core/wee-infolist.h" -#include "src/core/wee-list.h" +#include "src/core/core-hashtable.h" +#include "src/core/core-infolist.h" +#include "src/core/core-list.h" #include "src/plugins/plugin.h" } |