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-10-16 17:56:10 +0200
commit7437b7aa87777f0e5f0ebab699e7aa25ccf93078 (patch)
treeb9a9485a13bb0bb8fd6e5a67392ccba0e5af69c5 /src
parent43687130ea4868f9c1c363a1604e25a307354d78 (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