diff --git a/src/tools/ICheck/ICheckLib/ParseManager.cpp b/src/tools/ICheck/ICheckLib/ParseManager.cpp index c902eea2b6082feb4fcd951ed63503621d04e2a9..c4330a628c7d17155255b8227c475cd1779bb074 100644 --- a/src/tools/ICheck/ICheckLib/ParseManager.cpp +++ b/src/tools/ICheck/ICheckLib/ParseManager.cpp @@ -28,14 +28,14 @@ **************************************************************************/ #include "ParseManager.h" -#include "cplusplus\CppDocument.h" +#include "cplusplus/CppDocument.h" #include "Control.h" #include "TranslationUnit.h" #include "AST.h" #include "Symbols.h" #include <QDebug> #include "Name.h" -#include "cpptools\cppmodelmanager.h" +#include "cpptools/cppmodelmanager.h" using namespace CppTools; using namespace CppTools::Internal; diff --git a/src/tools/ICheck/ICheckLib/ParseManager.h b/src/tools/ICheck/ICheckLib/ParseManager.h index 329fc8f56280a955cf77aa5e48fe072d091a7539..bc805b5f6b3e892cab2475b0a87f4227c5eaab30 100644 --- a/src/tools/ICheck/ICheckLib/ParseManager.h +++ b/src/tools/ICheck/ICheckLib/ParseManager.h @@ -65,7 +65,7 @@ #include <QList> #include <QFuture> #include <QStringList> -#include "cplusplus\CppDocument.h" +#include "cplusplus/CppDocument.h" namespace CppTools{ namespace Internal{ diff --git a/src/tools/ICheck/ICheckLib/ichecklib.h b/src/tools/ICheck/ICheckLib/ichecklib.h index 3d7b5df3fa189df466c0607af2d9dd83743f1191..1c6644af8e627370ccc52e3803e1b6f925417c03 100644 --- a/src/tools/ICheck/ICheckLib/ichecklib.h +++ b/src/tools/ICheck/ICheckLib/ichecklib.h @@ -2,7 +2,7 @@ #define ICHECKLIB_H #include <QStringList> -#include "ICheckLib_global.h" +#include "ichecklib_global.h" namespace CPlusPlus{ class ParseManager;