aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClazyContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClazyContext.cpp')
-rw-r--r--src/ClazyContext.cpp15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/ClazyContext.cpp b/src/ClazyContext.cpp
index 4ab59ab2..85580222 100644
--- a/src/ClazyContext.cpp
+++ b/src/ClazyContext.cpp
@@ -19,16 +19,17 @@
Boston, MA 02110-1301, USA.
*/
-#include <clang/AST/ParentMap.h>
-#include <stdlib.h>
-
#include "AccessSpecifierManager.h"
#include "PreProcessorVisitor.h"
#include "ClazyContext.h"
-#include "clang/Rewrite/Frontend/FixItRewriter.h"
-#include "clang/Frontend/CompilerInstance.h"
-#include "clang/Lex/PreprocessorOptions.h"
-#include "llvm/Support/Regex.h"
+
+#include <clang/AST/ParentMap.h>
+#include <clang/Rewrite/Frontend/FixItRewriter.h>
+#include <clang/Frontend/CompilerInstance.h>
+#include <clang/Lex/PreprocessorOptions.h>
+#include <llvm/Support/Regex.h>
+
+#include <stdlib.h>
using namespace std;
using namespace clang;