radeon/llvm: remove uneeded inclusion
authorChristian König <christian.koenig@amd.com>
Tue, 26 Mar 2013 10:37:45 +0000 (11:37 +0100)
committerChristian König <christian.koenig@amd.com>
Tue, 26 Mar 2013 11:57:23 +0000 (12:57 +0100)
The include isn't needed and the file has moved with LLVM master.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
src/gallium/drivers/radeon/radeon_llvm_emit.cpp

index ee82a902872e036a83238e3800d66165c6ffceb4..a23532bee5fa4dbc046c7519dfffa911b0251669 100644 (file)
@@ -41,7 +41,6 @@
 #include <llvm/ADT/Triple.h>
 #include <llvm/Support/FormattedStream.h>
 #include <llvm/Support/Host.h>
-#include <llvm/Support/IRReader.h>
 #include <llvm/Support/SourceMgr.h>
 #include <llvm/Support/TargetRegistry.h>
 #include <llvm/Support/TargetSelect.h>