From: Matt Arsenault Date: Mon, 29 Sep 2014 15:53:15 +0000 (+0000) Subject: Fix include order X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0db97bb9b411af7b05ca4b4f2e5b4ee47a0ed979;p=oota-llvm.git Fix include order git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218611 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/SIInsertWaits.cpp b/lib/Target/R600/SIInsertWaits.cpp index 792500b457a..712d97d33e9 100644 --- a/lib/Target/R600/SIInsertWaits.cpp +++ b/lib/Target/R600/SIInsertWaits.cpp @@ -18,8 +18,8 @@ #include "AMDGPU.h" #include "AMDGPUSubtarget.h" -#include "SIInstrInfo.h" #include "SIDefines.h" +#include "SIInstrInfo.h" #include "SIMachineFunctionInfo.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineFunctionPass.h"