aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/ruleofbase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/ruleofbase.cpp')
-rw-r--r--src/checks/ruleofbase.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/checks/ruleofbase.cpp b/src/checks/ruleofbase.cpp
index 7fe1fb41..7f9fd428 100644
--- a/src/checks/ruleofbase.cpp
+++ b/src/checks/ruleofbase.cpp
@@ -20,13 +20,13 @@
*/
#include "ruleofbase.h"
-
-#include <vector>
-
#include "StringUtils.h"
-#include "clang/AST/DeclCXX.h"
#include "clazy_stl.h"
+#include <clang/AST/DeclCXX.h>
+
+#include <vector>
+
class ClazyContext;
using namespace clang;