1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00

Demoting CHelpers.h to include/llvm/Support.

llvm-svn: 42465
This commit is contained in:
Gordon Henriksen 2007-09-29 01:38:42 +00:00
parent 90642519e9
commit b3d98e2023
3 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
//===----------------------------------------------------------------------===//
#include "llvm-c/BitWriter.h"
#include "llvm/CHelpers.h"
#include "llvm/Bitcode/ReaderWriter.h"
#include "llvm/Support/CHelpers.h"
#include <fstream>
using namespace llvm;

View File

@ -14,10 +14,10 @@
#include "llvm-c/Core.h"
#include "llvm/Bitcode/ReaderWriter.h"
#include "llvm/CHelpers.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/GlobalVariable.h"
#include "llvm/Support/CHelpers.h"
#include "llvm/Support/LLVMBuilder.h"
#include "llvm/TypeSymbolTable.h"
#include <cassert>