summaryrefslogtreecommitdiff
path: root/src/heightmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/heightmap.cpp')
-rw-r--r--src/heightmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heightmap.cpp b/src/heightmap.cpp
index b287748f6..cf23bb1cf 100644
--- a/src/heightmap.cpp
+++ b/src/heightmap.cpp
@@ -14,8 +14,8 @@
#include "gui.h"
#include "saveload.h"
#include "bmp.h"
-#include "helpers.hpp"
#include "gfx_func.h"
+#include "core/alloc_func.hpp"
/**
* Convert RGB colors to Grayscale using 29.9% Red, 58.7% Green, 11.4% Blue