summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-10 01:39:38 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-10 01:39:38 +0100
commit9063624bd62c8fb513b51077300a74c7e46a56d9 (patch)
tree9ebb5b4fddfb13ebbc88ccdd48013258c8e7e930 /src/wx
parent02b74112721d13a27b0bbaece714d5c8ea743d43 (diff)
Extract crop.h
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/auto_crop_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/auto_crop_dialog.h b/src/wx/auto_crop_dialog.h
index 0615c14bb..6c02acbdd 100644
--- a/src/wx/auto_crop_dialog.h
+++ b/src/wx/auto_crop_dialog.h
@@ -20,7 +20,7 @@
#include "table_dialog.h"
-#include "lib/types.h"
+#include "lib/crop.h"
#include <boost/signals2.hpp>