summaryrefslogtreecommitdiff
path: root/src/string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/string.cpp')
-rw-r--r--src/string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string.cpp b/src/string.cpp
index 0a5343df5..7441ecc27 100644
--- a/src/string.cpp
+++ b/src/string.cpp
@@ -7,8 +7,8 @@
#include "functions.h"
#include "string.h"
#include "table/control_codes.h"
-#include "helpers.hpp"
#include "debug.h"
+#include "core/alloc_func.hpp"
#include <stdarg.h>
#include <ctype.h> // required for tolower()