aboutsummaryrefslogtreecommitdiffstats
path: root/src/FixItUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/FixItUtils.h')
-rw-r--r--src/FixItUtils.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/FixItUtils.h b/src/FixItUtils.h
index fa96b1a6..29d3f05e 100644
--- a/src/FixItUtils.h
+++ b/src/FixItUtils.h
@@ -22,13 +22,14 @@
#ifndef CLAZY_FIXIT_UTILS_H
#define CLAZY_FIXIT_UTILS_H
+#include "clazy_export.h"
+
#include <clang/Parse/Parser.h>
+#include <clang/Basic/TokenKinds.h>
+
#include <string>
#include <vector>
-#include "clazy_export.h"
-#include "clang/Basic/TokenKinds.h"
-
namespace clang {
class ASTContext;
class FixItHint;