aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/manuallevel/raw-environment-function.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/manuallevel/raw-environment-function.h')
-rw-r--r--src/checks/manuallevel/raw-environment-function.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/checks/manuallevel/raw-environment-function.h b/src/checks/manuallevel/raw-environment-function.h
index c50cc7d4..13d41484 100644
--- a/src/checks/manuallevel/raw-environment-function.h
+++ b/src/checks/manuallevel/raw-environment-function.h
@@ -22,10 +22,10 @@
#ifndef CLAZY_RAW_ENVIRONMENT_FUNCTION_H
#define CLAZY_RAW_ENVIRONMENT_FUNCTION_H
-#include <string>
-
#include "checkbase.h"
+#include <string>
+
class ClazyContext;
namespace clang {
class Stmt;