aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/manuallevel/isempty-vs-count.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/manuallevel/isempty-vs-count.h')
-rw-r--r--src/checks/manuallevel/isempty-vs-count.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/checks/manuallevel/isempty-vs-count.h b/src/checks/manuallevel/isempty-vs-count.h
index 3381462f..70265606 100644
--- a/src/checks/manuallevel/isempty-vs-count.h
+++ b/src/checks/manuallevel/isempty-vs-count.h
@@ -22,10 +22,10 @@
#ifndef CLAZY_IS_EMPTY_VS_COUNT_H
#define CLAZY_IS_EMPTY_VS_COUNT_H
-#include <string>
-
#include "checkbase.h"
+#include <string>
+
class ClazyContext;
namespace clang {