aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level2/global-const-char-pointer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level2/global-const-char-pointer.cpp')
-rw-r--r--src/checks/level2/global-const-char-pointer.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/checks/level2/global-const-char-pointer.cpp b/src/checks/level2/global-const-char-pointer.cpp
index 17cdccec..b7efb090 100644
--- a/src/checks/level2/global-const-char-pointer.cpp
+++ b/src/checks/level2/global-const-char-pointer.cpp
@@ -23,15 +23,15 @@
*/
#include "global-const-char-pointer.h"
+#include "SourceCompatibilityHelpers.h"
#include <clang/AST/Decl.h>
-#include <vector>
+#include <clang/AST/DeclBase.h>
+#include <clang/AST/Type.h>
+#include <clang/Basic/LLVM.h>
+#include <llvm/Support/Casting.h>
-#include "SourceCompatibilityHelpers.h"
-#include "clang/AST/DeclBase.h"
-#include "clang/AST/Type.h"
-#include "clang/Basic/LLVM.h"
-#include "llvm/Support/Casting.h"
+#include <vector>
class ClazyContext;