aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level1/qproperty-without-notify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level1/qproperty-without-notify.h')
-rw-r--r--src/checks/level1/qproperty-without-notify.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/checks/level1/qproperty-without-notify.h b/src/checks/level1/qproperty-without-notify.h
index 8e1b9836..f93860fa 100644
--- a/src/checks/level1/qproperty-without-notify.h
+++ b/src/checks/level1/qproperty-without-notify.h
@@ -22,10 +22,11 @@
#ifndef CLAZY_QPROPERTY_WITHOUT_NOTIFY_H
#define CLAZY_QPROPERTY_WITHOUT_NOTIFY_H
-#include <string>
-
#include "checkbase.h"
-#include "clang/Basic/SourceLocation.h"
+
+#include <clang/Basic/SourceLocation.h>
+
+#include <string>
class ClazyContext;
namespace clang {