aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level2/static-pmf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level2/static-pmf.cpp')
-rw-r--r--src/checks/level2/static-pmf.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/checks/level2/static-pmf.cpp b/src/checks/level2/static-pmf.cpp
index da7dc4cb..dae6bc54 100644
--- a/src/checks/level2/static-pmf.cpp
+++ b/src/checks/level2/static-pmf.cpp
@@ -20,13 +20,13 @@
*/
#include "static-pmf.h"
-
#include "QtUtils.h"
#include "TypeUtils.h"
-#include "clang/AST/Decl.h"
-#include "clang/AST/Type.h"
-#include "clang/Basic/LLVM.h"
-#include "llvm/Support/Casting.h"
+
+#include <clang/AST/Decl.h>
+#include <clang/AST/Type.h>
+#include <clang/Basic/LLVM.h>
+#include <llvm/Support/Casting.h>
class ClazyContext;
namespace clang {