Fix Krazy warnings about includes/header guards in QML-JS-code.

Change-Id: I18fc13b8ac2b2c7a3a50bea2be1434667bc5c56f
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
Friedemann Kleint
2013-03-12 12:09:22 +01:00
parent cb08f959b9
commit af24ea9b92
11 changed files with 23 additions and 25 deletions

View File

@@ -32,7 +32,6 @@
#include <coreplugin/icore.h>
#include <extensionsystem/pluginmanager.h>
#include <projectexplorer/kit.h>
#include <projectexplorer/kit.h>
#include <projectexplorer/kitmanager.h>
#include <projectexplorer/project.h>
#include <projectexplorer/projectexplorer.h>

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef QMLREFACTORINGCHANGES_H
#define QMLREFACTORINGCHANGES_H
#ifndef QMLJSREFACTORINGCHANGES_H
#define QMLJSREFACTORINGCHANGES_H
#include "qmljstools_global.h"
@@ -93,4 +93,4 @@ private:
} // namespace QmlJSTools
#endif // QMLREFACTORINGCHANGES_H
#endif // QMLJSREFACTORINGCHANGES_H