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>2023-11-29 21:19:55 +0100
commit308ca5ab6641d3e460a12bd42e42e196c2150ff9 (patch)
treec630d6f2891a43138894c85b6145e47f05321ecc /src
parent3c6fdcf0771a95005904efa9fa940e42e708bbba (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 df974c1fa..119091af3 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