aboutsummaryrefslogtreecommitdiffstats
path: root/src/PreProcessorVisitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/PreProcessorVisitor.h')
-rw-r--r--src/PreProcessorVisitor.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/PreProcessorVisitor.h b/src/PreProcessorVisitor.h
index 6c543475..6443eae3 100644
--- a/src/PreProcessorVisitor.h
+++ b/src/PreProcessorVisitor.h
@@ -27,14 +27,15 @@
// For example, getting the Qt version can be done once and the result shared
// with all checks
+#include "checkbase.h"
+
#include <clang/Lex/PPCallbacks.h>
+#include <llvm/ADT/StringRef.h>
+
#include <string>
#include <unordered_map>
#include <vector>
-#include "checkbase.h"
-#include "llvm/ADT/StringRef.h"
-
namespace clang {
class CompilerInstance;
class SourceManager;