aboutsummaryrefslogtreecommitdiffstats
path: root/src/checkmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checkmanager.h')
-rw-r--r--src/checkmanager.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/checkmanager.h b/src/checkmanager.h
index 6d59bb41..5d5eb6be 100644
--- a/src/checkmanager.h
+++ b/src/checkmanager.h
@@ -25,7 +25,11 @@
#ifndef CLANG_LAZY_CHECK_MANAGER_H
#define CLANG_LAZY_CHECK_MANAGER_H
+#include "clazy_export.h"
+#include "checkbase.h"
+
#include <clang/Lex/PreprocessorOptions.h>
+
#include <functional>
#include <mutex>
#include <unordered_map>
@@ -33,9 +37,6 @@
#include <utility>
#include <string>
-#include "clazy_export.h"
-#include "checkbase.h"
-
class ClazyContext;
struct CLAZYLIB_EXPORT RegisteredFixIt {