diff --git a/src/boe.menus.win.cpp b/src/boe.menus.win.cpp index d568bb59..b0937da3 100644 --- a/src/boe.menus.win.cpp +++ b/src/boe.menus.win.cpp @@ -14,7 +14,7 @@ // Include this last because some #defines in the Windows headers cause compile errors in my headers. // Fortunately they're on symbols not used in this file, so this should work. -#include +#include #include #undef HELP_INDEX // Except this one diff --git a/src/pcedit/pc.menus.win.cpp b/src/pcedit/pc.menus.win.cpp index c5244985..4d57c492 100644 --- a/src/pcedit/pc.menus.win.cpp +++ b/src/pcedit/pc.menus.win.cpp @@ -9,7 +9,7 @@ // Include this last because some #defines in the Windows headers cause compile errors in my headers. // Fortunately they're on symbols not used in this file, so this should work. -#include +#include // This is the index of each menu on the menubar enum { diff --git a/src/scenedit/scen.menus.win.cpp b/src/scenedit/scen.menus.win.cpp index 5708477d..80fb6153 100644 --- a/src/scenedit/scen.menus.win.cpp +++ b/src/scenedit/scen.menus.win.cpp @@ -9,7 +9,7 @@ // Include this last because some #defines in the Windows headers cause compile errors in my headers. // Fortunately they're on symbols not used in this file, so this should work. -#include +#include #undef HELP_INDEX // Except this one. // This is the index of each menu on the menubar diff --git a/src/tools/cursors.win.cpp b/src/tools/cursors.win.cpp index 0fedd709..4aadfc16 100644 --- a/src/tools/cursors.win.cpp +++ b/src/tools/cursors.win.cpp @@ -1,6 +1,6 @@ #include "cursors.hpp" -#include +#include #include #include #include "restypes.hpp" diff --git a/src/tools/debugout.win.cpp b/src/tools/debugout.win.cpp index 1e741e4e..126f1c78 100644 --- a/src/tools/debugout.win.cpp +++ b/src/tools/debugout.win.cpp @@ -1,7 +1,7 @@ #include #include -#include +#include // Debugger streambuf adapted from here: diff --git a/src/tools/graphtool.cpp b/src/tools/graphtool.cpp index a7c2b9af..28aa5dbe 100644 --- a/src/tools/graphtool.cpp +++ b/src/tools/graphtool.cpp @@ -13,7 +13,7 @@ #include #else #ifdef _WIN32 -#include +#include #endif #include #endif diff --git a/src/tools/menu_accel.win.hpp b/src/tools/menu_accel.win.hpp index 742773b2..ada12c8c 100644 --- a/src/tools/menu_accel.win.hpp +++ b/src/tools/menu_accel.win.hpp @@ -1,5 +1,5 @@ -#include +#include #include struct accel_table_t { diff --git a/src/tools/winutil.win.cpp b/src/tools/winutil.win.cpp index 6c434ff1..8994b267 100644 --- a/src/tools/winutil.win.cpp +++ b/src/tools/winutil.win.cpp @@ -1,7 +1,7 @@ #include "winutil.hpp" #include -#include +#include #include #include #include