Make RecordStreamer.h private.

llvm-svn: 212361
This commit is contained in:
Rafael Espindola 2014-07-04 22:44:18 +00:00
parent d1bea693e2
commit ba79dba8ed
3 changed files with 3 additions and 3 deletions

View File

@ -11,13 +11,13 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/Object/IRObjectFile.h"
#include "RecordStreamer.h"
#include "llvm/Bitcode/ReaderWriter.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/GVMaterializer.h"
#include "llvm/IR/Mangler.h"
#include "llvm/IR/Module.h"
#include "llvm/Object/IRObjectFile.h"
#include "llvm/Object/RecordStreamer.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCContext.h"

View File

@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/Object/RecordStreamer.h"
#include "RecordStreamer.h"
#include "llvm/MC/MCSymbol.h"
using namespace llvm;