aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/manuallevel/qhash-with-char-pointer-key.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/manuallevel/qhash-with-char-pointer-key.cpp')
-rw-r--r--src/checks/manuallevel/qhash-with-char-pointer-key.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/checks/manuallevel/qhash-with-char-pointer-key.cpp b/src/checks/manuallevel/qhash-with-char-pointer-key.cpp
index 5ae7adc4..da3b3a4b 100644
--- a/src/checks/manuallevel/qhash-with-char-pointer-key.cpp
+++ b/src/checks/manuallevel/qhash-with-char-pointer-key.cpp
@@ -20,15 +20,15 @@
*/
#include "qhash-with-char-pointer-key.h"
-
#include "Utils.h"
#include "TypeUtils.h"
#include "SourceCompatibilityHelpers.h"
-#include "clang/AST/DeclBase.h"
-#include "clang/AST/DeclTemplate.h"
-#include "clang/AST/TemplateBase.h"
-#include "clang/AST/Type.h"
-#include "llvm/ADT/StringRef.h"
+
+#include <clang/AST/DeclBase.h>
+#include <clang/AST/DeclTemplate.h>
+#include <clang/AST/TemplateBase.h>
+#include <clang/AST/Type.h>
+#include <llvm/ADT/StringRef.h>
class ClazyContext;