aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level1/qproperty-without-notify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level1/qproperty-without-notify.cpp')
-rw-r--r--src/checks/level1/qproperty-without-notify.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/checks/level1/qproperty-without-notify.cpp b/src/checks/level1/qproperty-without-notify.cpp
index 35fd176a..297cb28b 100644
--- a/src/checks/level1/qproperty-without-notify.cpp
+++ b/src/checks/level1/qproperty-without-notify.cpp
@@ -20,15 +20,15 @@
*/
#include "qproperty-without-notify.h"
+#include "clazy_stl.h"
-#include <vector>
+#include <clang/Basic/IdentifierTable.h>
+#include <clang/Basic/SourceManager.h>
+#include <clang/Lex/Lexer.h>
+#include <clang/Lex/Token.h>
+#include <llvm/ADT/StringRef.h>
-#include "clang/Basic/IdentifierTable.h"
-#include "clang/Basic/SourceManager.h"
-#include "clang/Lex/Lexer.h"
-#include "clang/Lex/Token.h"
-#include "clazy_stl.h"
-#include "llvm/ADT/StringRef.h"
+#include <vector>
class ClazyContext;
namespace clang {