Fix Krazy warnings about includes/header guards in Python Editor.

Change-Id: I3dce1d8f14d4bfc271d8873eb3ad819eb336e2df
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
Friedemann Kleint
2013-03-12 12:05:32 +01:00
parent dc95392aa4
commit dc1f0b0752
11 changed files with 25 additions and 25 deletions

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef PYTHONEDITOR_SCANNER_H
#define PYTHONEDITOR_SCANNER_H
#ifndef PYTHONSCANNER_H
#define PYTHONSCANNER_H
#include "pythonformattoken.h"
#include "sourcecodestream.h"
@@ -90,4 +90,4 @@ private:
} // namespace Internal
} // namespace PythonEditor
#endif // PYTHONEDITOR_SCANNER_H
#endif // PYTHONSCANNER_H