1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[cleanup] Fix two headers where we included a standard library header

after including the generated code from tablegen.

llvm-svn: 206841
This commit is contained in:
Chandler Carruth 2014-04-22 02:28:45 +00:00
parent 0ce7e31733
commit 1bfa34f57d
2 changed files with 2 additions and 4 deletions

View File

@ -16,12 +16,11 @@
#include "llvm/ADT/Triple.h"
#include "llvm/Target/TargetSubtargetInfo.h"
#include <string>
#define GET_SUBTARGETINFO_HEADER
#include "AArch64GenSubtargetInfo.inc"
#include <string>
namespace llvm {
class StringRef;
class GlobalValue;

View File

@ -16,12 +16,11 @@
#include "NVPTX.h"
#include "llvm/Target/TargetSubtargetInfo.h"
#include <string>
#define GET_SUBTARGETINFO_HEADER
#include "NVPTXGenSubtargetInfo.inc"
#include <string>
namespace llvm {
class NVPTXSubtarget : public NVPTXGenSubtargetInfo {