diff options
| author | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-05-07 08:11:54 +0000 |
|---|---|---|
| committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-05-07 08:11:54 +0000 |
| commit | 83628182f7a388f95b39dd8c85f07a70fc5ed513 (patch) | |
| tree | 74087cb981975cf94cadc210a5921c0d6ce3c516 /polly/lib/Exchange/JSONExporter.cpp | |
| parent | ec4afe668053541b00e93e51cea0e0d5a9351121 (diff) | |
| download | bcm5719-llvm-83628182f7a388f95b39dd8c85f07a70fc5ed513.tar.gz bcm5719-llvm-83628182f7a388f95b39dd8c85f07a70fc5ed513.zip | |
Sort includes
llvm-svn: 181297
Diffstat (limited to 'polly/lib/Exchange/JSONExporter.cpp')
| -rw-r--r-- | polly/lib/Exchange/JSONExporter.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/polly/lib/Exchange/JSONExporter.cpp b/polly/lib/Exchange/JSONExporter.cpp index 25b660cec58..5dd589a2df1 100644 --- a/polly/lib/Exchange/JSONExporter.cpp +++ b/polly/lib/Exchange/JSONExporter.cpp @@ -16,13 +16,12 @@ #include "polly/Options.h" #include "polly/ScopInfo.h" #include "polly/ScopPass.h" - -#include "llvm/Support/ToolOutputFile.h" -#include "llvm/Support/MemoryBuffer.h" -#include "llvm/Support/system_error.h" #include "llvm/ADT/OwningPtr.h" -#include "llvm/Assembly/Writer.h" #include "llvm/ADT/Statistic.h" +#include "llvm/Assembly/Writer.h" +#include "llvm/Support/MemoryBuffer.h" +#include "llvm/Support/ToolOutputFile.h" +#include "llvm/Support/system_error.h" #define DEBUG_TYPE "polly-import-jscop" |

