diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-28 13:44:27 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-28 13:44:27 +0100 |
| commit | bf485fa577a76731f9eac97de3b0a647cd492e49 (patch) | |
| tree | 731d9ec91070406124044e75b4b27949e5d230c0 /src/preferences | |
| parent | 7178f18ab88bcc93bfbf2019adf53d2f60d8fa20 (diff) | |
Refactoring game tab
Diffstat (limited to 'src/preferences')
| -rw-r--r-- | src/preferences/BoardPrefs.hpp | 2 | ||||
| -rw-r--r-- | src/preferences/EditorPrefs.hpp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/preferences/BoardPrefs.hpp b/src/preferences/BoardPrefs.hpp index e0672b0..6169d22 100644 --- a/src/preferences/BoardPrefs.hpp +++ b/src/preferences/BoardPrefs.hpp @@ -1,4 +1,4 @@ -#include "game_tab/board/BoardCanvas.hpp" +#include "game_tab/left_panel/board/BoardCanvas.hpp" #include "ochess.hpp" #include <wx/combobox.h> #include <wx/dir.h> diff --git a/src/preferences/EditorPrefs.hpp b/src/preferences/EditorPrefs.hpp index 8974bfe..9a8ca0d 100644 --- a/src/preferences/EditorPrefs.hpp +++ b/src/preferences/EditorPrefs.hpp @@ -1,4 +1,3 @@ -#include "game_tab/board/BoardCanvas.hpp" #include "ochess.hpp" #include <wx/combobox.h> #include <wx/dir.h> |
