aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Writer
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-10-05 23:59:36 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-10-05 23:59:36 +0000
commitacd96191cd8d85f376ec0baafdc4f21b3042f677 (patch)
tree9cc333e5e58b4071e8aefc5c5e1e1e60fbb71819 /lib/Bitcode/Writer
parentbf287b63b33aafc07e29e91fd1ec00e92a6ad0c9 (diff)
downloadexternal_llvm-acd96191cd8d85f376ec0baafdc4f21b3042f677.zip
external_llvm-acd96191cd8d85f376ec0baafdc4f21b3042f677.tar.gz
external_llvm-acd96191cd8d85f376ec0baafdc4f21b3042f677.tar.bz2
Removing the silly CHelpers header by rolling wrap and unwrap into the C
bindings headers themselves, hidden behind #ifdef __cplusplus. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42666 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode/Writer')
-rw-r--r--lib/Bitcode/Writer/BitWriter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Bitcode/Writer/BitWriter.cpp b/lib/Bitcode/Writer/BitWriter.cpp
index b2e7ac2..8f562e9 100644
--- a/lib/Bitcode/Writer/BitWriter.cpp
+++ b/lib/Bitcode/Writer/BitWriter.cpp
@@ -9,7 +9,6 @@
#include "llvm-c/BitWriter.h"
#include "llvm/Bitcode/ReaderWriter.h"
-#include "llvm/Support/CHelpers.h"
#include <fstream>
using namespace llvm;