diff --git a/src/libs/glsl/glslsymbols.cpp b/src/libs/glsl/glslsymbols.cpp index fc077cbca9b..69d02c5d0bf 100644 --- a/src/libs/glsl/glslsymbols.cpp +++ b/src/libs/glsl/glslsymbols.cpp @@ -27,8 +27,8 @@ ** ****************************************************************************/ -#include "glsltypes.h" #include "glslsymbols.h" +#include "glsltypes.h" #include using namespace GLSL; diff --git a/src/plugins/bineditor/bineditorplugin.cpp b/src/plugins/bineditor/bineditorplugin.cpp index 7d2903b43e0..feedcf00c0f 100644 --- a/src/plugins/bineditor/bineditorplugin.cpp +++ b/src/plugins/bineditor/bineditorplugin.cpp @@ -54,7 +54,6 @@ #include #include #include -#include #include #include #include diff --git a/src/plugins/glsleditor/glslcompletionassist.cpp b/src/plugins/glsleditor/glslcompletionassist.cpp index ffbe19cee28..736ef2fd00c 100644 --- a/src/plugins/glsleditor/glslcompletionassist.cpp +++ b/src/plugins/glsleditor/glslcompletionassist.cpp @@ -32,7 +32,6 @@ #include "glsleditorplugin.h" #include "reuse.h" -#include #include #include #include diff --git a/src/plugins/glsleditor/glsleditoractionhandler.h b/src/plugins/glsleditor/glsleditoractionhandler.h index 53aeb7bbfa1..ca55ff1b45c 100644 --- a/src/plugins/glsleditor/glsleditoractionhandler.h +++ b/src/plugins/glsleditor/glsleditoractionhandler.h @@ -27,8 +27,8 @@ ** ****************************************************************************/ -#ifndef GLSLDITORACTIONHANDLER_H -#define GLSLDITORACTIONHANDLER_H +#ifndef GLSLEDITORACTIONHANDLER_H +#define GLSLEDITORACTIONHANDLER_H #include @@ -48,4 +48,4 @@ public: } // namespace Internal } // namespace GLSLEditor -#endif // GLSLDITORACTIONHANDLER_H +#endif // GLSLEDITORACTIONHANDLER_H diff --git a/src/plugins/glsleditor/glslfilewizard.cpp b/src/plugins/glsleditor/glslfilewizard.cpp index fde38a2eb97..4d1c42ba90b 100644 --- a/src/plugins/glsleditor/glslfilewizard.cpp +++ b/src/plugins/glsleditor/glslfilewizard.cpp @@ -27,12 +27,11 @@ ** ****************************************************************************/ -#include "glsleditorconstants.h" #include "glslfilewizard.h" +#include "glsleditorconstants.h" #include #include -#include #include #include