diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2016-06-24 12:16:10 +0200 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2016-06-24 12:16:10 +0200 |
| commit | 5fcb4bb3ab2e19d3ee95c08c6f86ba68656c6357 (patch) | |
| tree | 43fa45c14e8f08dadaf6612045bde3d97fb1931e /Source/Core/DolphinWX/Debugger/CodeWindow.cpp | |
| parent | 3570c7f03a2aa90aa634f96c0af1969af610f14d (diff) | |
Further fixes to the formatting change. WX sucks.
Diffstat (limited to 'Source/Core/DolphinWX/Debugger/CodeWindow.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/Debugger/CodeWindow.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Debugger/CodeWindow.cpp b/Source/Core/DolphinWX/Debugger/CodeWindow.cpp index 3bdcdbe397..38dd15cfed 100644 --- a/Source/Core/DolphinWX/Debugger/CodeWindow.cpp +++ b/Source/Core/DolphinWX/Debugger/CodeWindow.cpp @@ -5,8 +5,10 @@ #include <cstdio> #include <string> #include <vector> -#include <wx/aui/auibar.h> + +// clang-format off #include <wx/bitmap.h> +#include <wx/aui/auibar.h> #include <wx/image.h> #include <wx/listbox.h> #include <wx/menu.h> @@ -17,6 +19,7 @@ #include <wx/textdlg.h> #include <wx/thread.h> #include <wx/toolbar.h> +// clang-format on #include "Common/BreakPoints.h" #include "Common/CommonTypes.h" |
