build: search headers in all source directories

* removed paths in include directives
* changed cmake to provide necessary header search paths
* changed name of version.h to productVersion.h due to name conflict
This commit is contained in:
mlangkabel
2018-09-18 19:00:18 +02:00
parent 9dc2bcc2f9
commit dfc6d88432
961 changed files with 3441 additions and 3441 deletions
@@ -4,12 +4,12 @@
#include <memory>
#include <set>
#include "clang/Basic/SourceManager.h"
#include "clang/Lex/MacroInfo.h"
#include "clang/Lex/PPCallbacks.h"
#include "clang/Lex/Token.h"
#include <clang/Basic/SourceManager.h>
#include <clang/Lex/MacroInfo.h>
#include <clang/Lex/PPCallbacks.h>
#include <clang/Lex/Token.h>
#include "utility/file/FilePath.h"
#include "FilePath.h"
class CanonicalFilePathCache;
class ParserClient;