summaryrefslogtreecommitdiff
path: root/wx+/image_tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/image_tools.h')
-rw-r--r--wx+/image_tools.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/wx+/image_tools.h b/wx+/image_tools.h
index 79b15e3a..8374a26f 100644
--- a/wx+/image_tools.h
+++ b/wx+/image_tools.h
@@ -9,9 +9,8 @@
#include <numeric>
#include <wx/image.h>
-#include <wx/dcmemory.h>
#include <zen/basic_math.h>
-#include <wx+/dc.h>
+#include <wx/colour.h>
namespace zen
bgstack15