Fix Krazy warnings about includes/header guards in various editors.

Change-Id: Id2f8c37a6faac109176d1fb7426b87523dc67c6b
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
Friedemann Kleint
2013-03-12 12:11:21 +01:00
parent af24ea9b92
commit 3828029ee0
5 changed files with 5 additions and 8 deletions

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#include "glsltypes.h"
#include "glslsymbols.h"
#include "glsltypes.h"
#include <QDebug>
using namespace GLSL;

View File

@@ -54,7 +54,6 @@
#include <coreplugin/id.h>
#include <coreplugin/editormanager/editormanager.h>
#include <coreplugin/editormanager/ieditor.h>
#include <coreplugin/icore.h>
#include <coreplugin/idocument.h>
#include <coreplugin/mimedatabase.h>
#include <extensionsystem/pluginmanager.h>

View File

@@ -32,7 +32,6 @@
#include "glsleditorplugin.h"
#include "reuse.h"
#include <glsl/glslengine.h>
#include <glsl/glslengine.h>
#include <glsl/glsllexer.h>
#include <glsl/glslparser.h>

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef GLSLDITORACTIONHANDLER_H
#define GLSLDITORACTIONHANDLER_H
#ifndef GLSLEDITORACTIONHANDLER_H
#define GLSLEDITORACTIONHANDLER_H
#include <texteditor/texteditoractionhandler.h>
@@ -48,4 +48,4 @@ public:
} // namespace Internal
} // namespace GLSLEditor
#endif // GLSLDITORACTIONHANDLER_H
#endif // GLSLEDITORACTIONHANDLER_H

View File

@@ -27,12 +27,11 @@
**
****************************************************************************/
#include "glsleditorconstants.h"
#include "glslfilewizard.h"
#include "glsleditorconstants.h"
#include <utils/filewizarddialog.h>
#include <utils/qtcassert.h>
#include <utils/filewizarddialog.h>
#include <QFileInfo>
#include <QTextStream>