diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-07 23:42:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-12-16 02:07:37 +0100 |
| commit | 6e848294b6516f056a052b37c8bef08c53dcdece (patch) | |
| tree | 873ccb52da1367395acc5fd65441bd1f2bdf7a91 | |
| parent | b4317bae08d135fa6d30b5b7327d05a251c01f7d (diff) | |
Move grok headers into src/wx/grok
| -rw-r--r-- | src/wx/full_config_dialog.cc | 2 | ||||
| -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 |
