aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level2/static-pmf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level2/static-pmf.h')
-rw-r--r--src/checks/level2/static-pmf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/checks/level2/static-pmf.h b/src/checks/level2/static-pmf.h
index e65e0da4..30674ce5 100644
--- a/src/checks/level2/static-pmf.h
+++ b/src/checks/level2/static-pmf.h
@@ -22,10 +22,10 @@
#ifndef CLAZY_STATIC_PMF_H
#define CLAZY_STATIC_PMF_H
-#include <string>
-
#include "checkbase.h"
+#include <string>
+
class ClazyContext;
namespace clang {
class Decl;