aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/customtoolchain.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-12 12:13:07 +0100
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-12 12:57:53 +0100
commit665ba57da07319fd61e2643eb1c1b3b813209f98 (patch)
tree68b6f7b24c50577204e16b0400fae471b7e27071 /src/plugins/projectexplorer/customtoolchain.cpp
parentfdfb3cafcd8ae5a9eb8e447daaa5fe1d47d47046 (diff)
Fix Krazy warnings about includes/header guards in ProjectExplorer.
Change-Id: Ica1df90278f450717b71f7d895c84a31a5596e7c Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/customtoolchain.cpp')
-rw-r--r--src/plugins/projectexplorer/customtoolchain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/customtoolchain.cpp b/src/plugins/projectexplorer/customtoolchain.cpp
index 0ff38acb36..1c410d2e01 100644
--- a/src/plugins/projectexplorer/customtoolchain.cpp
+++ b/src/plugins/projectexplorer/customtoolchain.cpp
@@ -27,8 +27,8 @@
**
****************************************************************************/
-#include "abiwidget.h"
#include "customtoolchain.h"
+#include "abiwidget.h"
#include "gccparser.h"
#include "projectexplorerconstants.h"
#include "toolchainmanager.h"