aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level2/old-style-connect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level2/old-style-connect.h')
-rw-r--r--src/checks/level2/old-style-connect.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/checks/level2/old-style-connect.h b/src/checks/level2/old-style-connect.h
index 245f4dfe..08a4e6e6 100644
--- a/src/checks/level2/old-style-connect.h
+++ b/src/checks/level2/old-style-connect.h
@@ -25,12 +25,13 @@
#ifndef OLD_STYLE_CONNECT_H
#define OLD_STYLE_CONNECT_H
+#include "checkbase.h"
+
+#include <clang/Basic/SourceLocation.h>
+
#include <string>
#include <vector>
-#include "checkbase.h"
-#include "clang/Basic/SourceLocation.h"
-
class ClazyContext;
namespace clang {