aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level1/auto-unexpected-qstringbuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level1/auto-unexpected-qstringbuilder.h')
-rw-r--r--src/checks/level1/auto-unexpected-qstringbuilder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/checks/level1/auto-unexpected-qstringbuilder.h b/src/checks/level1/auto-unexpected-qstringbuilder.h
index fa5d1d9d..716dc972 100644
--- a/src/checks/level1/auto-unexpected-qstringbuilder.h
+++ b/src/checks/level1/auto-unexpected-qstringbuilder.h
@@ -22,10 +22,10 @@
#ifndef CLANG_LAZY_AUTO_UNEXPECTED_QSTRING_BUILDER_H
#define CLANG_LAZY_AUTO_UNEXPECTED_QSTRING_BUILDER_H
-#include <string>
-
#include "checkbase.h"
+#include <string>
+
class ClazyContext;
namespace clang {