diff options
Diffstat (limited to 'tests/unit/core/test-core-calc.cpp')
-rw-r--r-- | tests/unit/core/test-core-calc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/core/test-core-calc.cpp b/tests/unit/core/test-core-calc.cpp index 5814bfdff..c8f685bd4 100644 --- a/tests/unit/core/test-core-calc.cpp +++ b/tests/unit/core/test-core-calc.cpp @@ -26,8 +26,8 @@ extern "C" #include <stdio.h> #include <string.h> #include <locale.h> -#include "src/core/wee-arraylist.h" -#include "src/core/wee-calc.h" +#include "src/core/core-arraylist.h" +#include "src/core/core-calc.h" extern void calc_list_free_cb (void *data, struct t_arraylist *arraylist, void *pointer); |