diff options
| author | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-10-05 23:59:36 +0000 |
|---|---|---|
| committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-10-05 23:59:36 +0000 |
| commit | 7330acdec79705e673ea0e09f31d808473e919ae (patch) | |
| tree | a72217dcda62fffba8e5aaecbda8cf7d4ce02056 /llvm/lib/Bitcode/Writer/BitWriter.cpp | |
| parent | 5ee9cf6bca6ff166f456d26ab80aae5b7d72cfd8 (diff) | |
| download | bcm5719-llvm-7330acdec79705e673ea0e09f31d808473e919ae.tar.gz bcm5719-llvm-7330acdec79705e673ea0e09f31d808473e919ae.zip | |
Removing the silly CHelpers header by rolling wrap and unwrap into the C
bindings headers themselves, hidden behind #ifdef __cplusplus.
llvm-svn: 42666
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitWriter.cpp')
| -rw-r--r-- | llvm/lib/Bitcode/Writer/BitWriter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitWriter.cpp b/llvm/lib/Bitcode/Writer/BitWriter.cpp index b2e7ac2ec0f..8f562e98d9f 100644 --- a/llvm/lib/Bitcode/Writer/BitWriter.cpp +++ b/llvm/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; |

