diff options
Diffstat (limited to 'src/plugins/debugger/debuggerrunner.cpp')
-rw-r--r-- | src/plugins/debugger/debuggerrunner.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/debugger/debuggerrunner.cpp b/src/plugins/debugger/debuggerrunner.cpp index 224bff04a5..91bd58cc1c 100644 --- a/src/plugins/debugger/debuggerrunner.cpp +++ b/src/plugins/debugger/debuggerrunner.cpp @@ -40,10 +40,7 @@ #include "debuggerstringutils.h" #include "debuggertooltipmanager.h" #include "breakhandler.h" - -#ifdef Q_OS_WIN -# include "shared/peutils.h" -#endif +#include "shared/peutils.h" #include <projectexplorer/localapplicationrunconfiguration.h> // For LocalApplication* #include <projectexplorer/environmentaspect.h> // For the environment |