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 343f7098db
commit 6547e5a2bc
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;