ARM: correct handling of .fpu directive
[oota-llvm.git] / lib / DebugInfo / DWARFContext.cpp
index 37ba43f8c139b6f73ae78137d255f660ddfad335..3844cdea0940930afc559e1a8f4a7da39279b8c7 100644 (file)
@@ -8,11 +8,10 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/DebugInfo/DWARFContext.h"
-
 #include "llvm/ADT/SmallString.h"
 #include "llvm/ADT/StringSwitch.h"
-#include "llvm/DebugInfo/DWARFDebugArangeSet.h"
 #include "llvm/DebugInfo/DWARFAcceleratorTable.h"
+#include "llvm/DebugInfo/DWARFDebugArangeSet.h"
 #include "llvm/Support/Compression.h"
 #include "llvm/Support/Dwarf.h"
 #include "llvm/Support/Format.h"