aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level1/install-event-filter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level1/install-event-filter.cpp')
-rw-r--r--src/checks/level1/install-event-filter.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/checks/level1/install-event-filter.cpp b/src/checks/level1/install-event-filter.cpp
index dbeb48e7..d4f1bb39 100644
--- a/src/checks/level1/install-event-filter.cpp
+++ b/src/checks/level1/install-event-filter.cpp
@@ -20,19 +20,19 @@
*/
#include "install-event-filter.h"
-
-#include <vector>
-
#include "Utils.h"
#include "HierarchyUtils.h"
#include "TypeUtils.h"
-#include "clang/AST/Decl.h"
-#include "clang/AST/DeclCXX.h"
-#include "clang/AST/Expr.h"
-#include "clang/AST/ExprCXX.h"
-#include "clang/AST/Stmt.h"
-#include "clang/Basic/LLVM.h"
-#include "llvm/Support/Casting.h"
+
+#include <clang/AST/Decl.h>
+#include <clang/AST/DeclCXX.h>
+#include <clang/AST/Expr.h>
+#include <clang/AST/ExprCXX.h>
+#include <clang/AST/Stmt.h>
+#include <clang/Basic/LLVM.h>
+#include <llvm/Support/Casting.h>
+
+#include <vector>
class ClazyContext;