diff options
Diffstat (limited to 'lib/Target/R600/AMDILNIDevice.h')
-rw-r--r-- | lib/Target/R600/AMDILNIDevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/AMDILNIDevice.h b/lib/Target/R600/AMDILNIDevice.h index bc7df37..24a6408 100644 --- a/lib/Target/R600/AMDILNIDevice.h +++ b/lib/Target/R600/AMDILNIDevice.h @@ -15,8 +15,8 @@ //===---------------------------------------------------------------------===// #ifndef AMDILNIDEVICE_H #define AMDILNIDEVICE_H -#include "AMDILEvergreenDevice.h" #include "AMDGPUSubtarget.h" +#include "AMDILEvergreenDevice.h" namespace llvm { |