summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-07-07 23:42:08 +0200
committerCarl Hetherington <cth@carlh.net>2024-01-28 02:01:57 +0100
commitd76a9783fcc97a8a833ae060f70b12c144994651 (patch)
treef563ffc31b28e0a317a4ad4cf46e9d55f8e5abfe /src
parentc1a45f6ed5c529dcafeec5949d9143a72e469a9e (diff)
Move grok headers into src/wx/grok
Diffstat (limited to 'src')
-rw-r--r--src/wx/full_config_dialog.cc2
-rw-r--r--src/wx/grok/gpu_config_panel.h (renamed from src/wx/gpu_config_panel.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/full_config_dialog.cc b/src/wx/full_config_dialog.cc
index 5b0451c88..ecee8733e 100644
--- a/src/wx/full_config_dialog.cc
+++ b/src/wx/full_config_dialog.cc
@@ -45,7 +45,7 @@
#include "send_test_email_dialog.h"
#include "server_dialog.h"
#include "static_text.h"
-#include "gpu_config_panel.h"
+#include "grok/gpu_config_panel.h"
#include "wx_util.h"
#include "lib/config.h"
#include "lib/cross.h"
diff --git a/src/wx/gpu_config_panel.h b/src/wx/grok/gpu_config_panel.h
index 1478434be..1478434be 100644
--- a/src/wx/gpu_config_panel.h
+++ b/src/wx/grok/gpu_config_panel.h