aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/manuallevel/qhash-with-char-pointer-key.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/manuallevel/qhash-with-char-pointer-key.h')
-rw-r--r--src/checks/manuallevel/qhash-with-char-pointer-key.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/checks/manuallevel/qhash-with-char-pointer-key.h b/src/checks/manuallevel/qhash-with-char-pointer-key.h
index f8fd0eac..82f92744 100644
--- a/src/checks/manuallevel/qhash-with-char-pointer-key.h
+++ b/src/checks/manuallevel/qhash-with-char-pointer-key.h
@@ -22,10 +22,10 @@
#ifndef CLAZY_QHASH_WITH_CHAR_POINTER_KEY_H
#define CLAZY_QHASH_WITH_CHAR_POINTER_KEY_H
-#include <string>
-
#include "checkbase.h"
+#include <string>
+
class ClazyContext;
namespace clang {
class Decl;