Shankar kindly pointed out that I wasn't following the coding convention properly...
[oota-llvm.git] / lib / Object / ObjectFile.cpp
index 80343714e46be305f9ca737b291d5cfb36f8fdc1..69f47a77a421c6faeb709e6bd6bb6d3c334cfc5f 100644 (file)
@@ -16,8 +16,8 @@
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/MemoryBuffer.h"
-#include "llvm/Support/system_error.h"
 #include "llvm/Support/raw_ostream.h"
+#include "llvm/Support/system_error.h"
 
 using namespace llvm;
 using namespace object;