aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level3/thread-with-slots.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level3/thread-with-slots.cpp')
-rw-r--r--src/checks/level3/thread-with-slots.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/checks/level3/thread-with-slots.cpp b/src/checks/level3/thread-with-slots.cpp
index f37f37f2..223fe36c 100644
--- a/src/checks/level3/thread-with-slots.cpp
+++ b/src/checks/level3/thread-with-slots.cpp
@@ -20,21 +20,21 @@
*/
#include "thread-with-slots.h"
-
-#include <vector>
-
#include "HierarchyUtils.h"
#include "QtUtils.h"
#include "TypeUtils.h"
#include "ClazyContext.h"
#include "AccessSpecifierManager.h"
-#include "clang/AST/Decl.h"
-#include "clang/AST/DeclCXX.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/DeclCXX.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>
namespace clang {
class Decl;