Fixed header protection.

This commit is contained in:
Roberto Raggi
2010-05-28 17:17:11 +02:00
parent 344e0b9ca7
commit a31de2c37a
16 changed files with 48 additions and 48 deletions

View File

@@ -27,13 +27,13 @@
**
**************************************************************************/
#ifndef ASTPATH_H
#define ASTPATH_H
#ifndef CPLUSPLUS_ASTPATH_H
#define CPLUSPLUS_ASTPATH_H
#include <ASTfwd.h>
#include <ASTVisitor.h>
#include <cplusplus/CppDocument.h>
#include "CppDocument.h"
#include <QtCore/QList>
#include <QtGui/QTextCursor>
@@ -72,4 +72,4 @@ private:
} // namespace CppTools
#endif // ASTPATH_H
#endif // CPLUSPLUS_ASTPATH_H