aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level0/lambda-unique-connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level0/lambda-unique-connection.cpp')
-rw-r--r--src/checks/level0/lambda-unique-connection.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/checks/level0/lambda-unique-connection.cpp b/src/checks/level0/lambda-unique-connection.cpp
index 4f051a29..a54ca98f 100644
--- a/src/checks/level0/lambda-unique-connection.cpp
+++ b/src/checks/level0/lambda-unique-connection.cpp
@@ -20,18 +20,18 @@
*/
#include "lambda-unique-connection.h"
-
-#include <vector>
-
#include "HierarchyUtils.h"
#include "QtUtils.h"
-#include "clang/AST/Decl.h"
-#include "clang/AST/DeclTemplate.h"
-#include "clang/AST/Expr.h"
-#include "clang/AST/Stmt.h"
-#include "clang/Basic/LLVM.h"
-#include "llvm/ADT/StringRef.h"
-#include "llvm/Support/Casting.h"
+
+#include <clang/AST/Decl.h>
+#include <clang/AST/DeclTemplate.h>
+#include <clang/AST/Expr.h>
+#include <clang/AST/Stmt.h>
+#include <clang/Basic/LLVM.h>
+#include <llvm/ADT/StringRef.h>
+#include <llvm/Support/Casting.h>
+
+#include <vector>
class ClazyContext;
namespace clang {