diff options
Diffstat (limited to 'lib/Target/R600/AMDILEvergreenDevice.h')
-rw-r--r-- | lib/Target/R600/AMDILEvergreenDevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/AMDILEvergreenDevice.h b/lib/Target/R600/AMDILEvergreenDevice.h index 6dc2deb9ed..ea90f774a8 100644 --- a/lib/Target/R600/AMDILEvergreenDevice.h +++ b/lib/Target/R600/AMDILEvergreenDevice.h @@ -16,8 +16,8 @@ //===----------------------------------------------------------------------===// #ifndef AMDILEVERGREENDEVICE_H #define AMDILEVERGREENDEVICE_H -#include "AMDILDevice.h" #include "AMDGPUSubtarget.h" +#include "AMDILDevice.h" namespace llvm { class AMDGPUSubtarget; |