aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level1/const-signal-or-slot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level1/const-signal-or-slot.cpp')
-rw-r--r--src/checks/level1/const-signal-or-slot.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/checks/level1/const-signal-or-slot.cpp b/src/checks/level1/const-signal-or-slot.cpp
index 8b9238d5..4ed126f1 100644
--- a/src/checks/level1/const-signal-or-slot.cpp
+++ b/src/checks/level1/const-signal-or-slot.cpp
@@ -20,17 +20,17 @@
*/
#include "const-signal-or-slot.h"
-
#include "QtUtils.h"
#include "TypeUtils.h"
#include "ClazyContext.h"
#include "AccessSpecifierManager.h"
-#include "clang/AST/DeclCXX.h"
-#include "clang/AST/Expr.h"
-#include "clang/AST/Stmt.h"
-#include "clang/AST/Type.h"
-#include "clang/Basic/LLVM.h"
-#include "llvm/Support/Casting.h"
+
+#include <clang/AST/DeclCXX.h>
+#include <clang/AST/Expr.h>
+#include <clang/AST/Stmt.h>
+#include <clang/AST/Type.h>
+#include <clang/Basic/LLVM.h>
+#include <llvm/Support/Casting.h>
namespace clang {
class Decl;