1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Fix build failure due to r289674 on certain systems

Removed a useless include which caused conflict.

llvm-svn: 289700
This commit is contained in:
Yaxun Liu 2016-12-14 20:17:47 +00:00
parent 4f006e8400
commit d4bb42cc3b

View File

@ -14,7 +14,6 @@
#include "llvm/MC/MCStreamer.h"
namespace llvm {
#include "AMDGPURuntimeMetadata.h"
class DataLayout;
class Function;