forked from qt-creator/qt-creator
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:
@@ -27,8 +27,8 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include "glsltypes.h"
|
|
||||||
#include "glslsymbols.h"
|
#include "glslsymbols.h"
|
||||||
|
#include "glsltypes.h"
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
|
||||||
using namespace GLSL;
|
using namespace GLSL;
|
||||||
|
|||||||
@@ -54,7 +54,6 @@
|
|||||||
#include <coreplugin/id.h>
|
#include <coreplugin/id.h>
|
||||||
#include <coreplugin/editormanager/editormanager.h>
|
#include <coreplugin/editormanager/editormanager.h>
|
||||||
#include <coreplugin/editormanager/ieditor.h>
|
#include <coreplugin/editormanager/ieditor.h>
|
||||||
#include <coreplugin/icore.h>
|
|
||||||
#include <coreplugin/idocument.h>
|
#include <coreplugin/idocument.h>
|
||||||
#include <coreplugin/mimedatabase.h>
|
#include <coreplugin/mimedatabase.h>
|
||||||
#include <extensionsystem/pluginmanager.h>
|
#include <extensionsystem/pluginmanager.h>
|
||||||
|
|||||||
@@ -32,7 +32,6 @@
|
|||||||
#include "glsleditorplugin.h"
|
#include "glsleditorplugin.h"
|
||||||
#include "reuse.h"
|
#include "reuse.h"
|
||||||
|
|
||||||
#include <glsl/glslengine.h>
|
|
||||||
#include <glsl/glslengine.h>
|
#include <glsl/glslengine.h>
|
||||||
#include <glsl/glsllexer.h>
|
#include <glsl/glsllexer.h>
|
||||||
#include <glsl/glslparser.h>
|
#include <glsl/glslparser.h>
|
||||||
|
|||||||
@@ -27,8 +27,8 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef GLSLDITORACTIONHANDLER_H
|
#ifndef GLSLEDITORACTIONHANDLER_H
|
||||||
#define GLSLDITORACTIONHANDLER_H
|
#define GLSLEDITORACTIONHANDLER_H
|
||||||
|
|
||||||
#include <texteditor/texteditoractionhandler.h>
|
#include <texteditor/texteditoractionhandler.h>
|
||||||
|
|
||||||
@@ -48,4 +48,4 @@ public:
|
|||||||
} // namespace Internal
|
} // namespace Internal
|
||||||
} // namespace GLSLEditor
|
} // namespace GLSLEditor
|
||||||
|
|
||||||
#endif // GLSLDITORACTIONHANDLER_H
|
#endif // GLSLEDITORACTIONHANDLER_H
|
||||||
|
|||||||
@@ -27,12 +27,11 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include "glsleditorconstants.h"
|
|
||||||
#include "glslfilewizard.h"
|
#include "glslfilewizard.h"
|
||||||
|
#include "glsleditorconstants.h"
|
||||||
|
|
||||||
#include <utils/filewizarddialog.h>
|
#include <utils/filewizarddialog.h>
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
#include <utils/filewizarddialog.h>
|
|
||||||
|
|
||||||
#include <QFileInfo>
|
#include <QFileInfo>
|
||||||
#include <QTextStream>
|
#include <QTextStream>
|
||||||
|
|||||||
Reference in New Issue
Block a user