Resort the #include lines in include/... and lib/... with the
utils/sort_includes.py script.
Most of these are updating the new R600 target and fixing up a few
regressions that have creeped in since the last time I sorted the
includes.
llvm-svn: 171362
diff --git a/llvm/lib/Target/R600/AMDILSIDevice.cpp b/llvm/lib/Target/R600/AMDILSIDevice.cpp
index 7c2710f..3096c22 100644
--- a/llvm/lib/Target/R600/AMDILSIDevice.cpp
+++ b/llvm/lib/Target/R600/AMDILSIDevice.cpp
@@ -8,9 +8,9 @@
/// \file
//==-----------------------------------------------------------------------===//
#include "AMDILSIDevice.h"
+#include "AMDGPUSubtarget.h"
#include "AMDILEvergreenDevice.h"
#include "AMDILNIDevice.h"
-#include "AMDGPUSubtarget.h"
using namespace llvm;