summaryrefslogtreecommitdiffstats
path: root/polly/lib/Exchange/JSONExporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/Exchange/JSONExporter.cpp')
-rw-r--r--polly/lib/Exchange/JSONExporter.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/polly/lib/Exchange/JSONExporter.cpp b/polly/lib/Exchange/JSONExporter.cpp
index 3cedb039685..6b12667f244 100644
--- a/polly/lib/Exchange/JSONExporter.cpp
+++ b/polly/lib/Exchange/JSONExporter.cpp
@@ -17,22 +17,18 @@
#include "polly/ScopInfo.h"
#include "polly/ScopPass.h"
#include "polly/Support/ScopLocation.h"
-
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/RegionInfo.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/ToolOutputFile.h"
-
-#include "json/reader.h"
-#include "json/writer.h"
-
-#include "isl/set.h"
-#include "isl/map.h"
#include "isl/constraint.h"
+#include "isl/map.h"
#include "isl/printer.h"
-
+#include "isl/set.h"
+#include "json/reader.h"
+#include "json/writer.h"
#include <memory>
#include <string>
#include <system_error>
OpenPOWER on IntegriCloud