| commit | c72c4ddfcd79c74f70713da91a69569451b5c19e | [log] [tgz] |
|---|---|---|
| author | Zonr Chang <zonr.net@gmail.com> | Thu Apr 12 15:38:53 2012 +0800 |
| committer | Shih-wei Liao <sliao@google.com> | Thu Jul 12 22:13:56 2012 -0700 |
| tree | 06acf4abbed35569505254c6bb78ca70a96128a2 | |
| parent | ddf5661793de8fb4e16906b7f7822972fcb13c6d [diff] [blame] |
Make libbcc public. This commit is not expected to change any functionality. Change-Id: I364e8bad32d946281b78b1ce36a1b26bf60e3055
diff --git a/lib/ExecutionEngine/ELFObjectLoaderImpl.cpp b/lib/ExecutionEngine/ELFObjectLoaderImpl.cpp index 01f613e..82eac5f 100644 --- a/lib/ExecutionEngine/ELFObjectLoaderImpl.cpp +++ b/lib/ExecutionEngine/ELFObjectLoaderImpl.cpp
@@ -24,8 +24,8 @@ #include "ELFSymbol.h" #include "utils/serialize.h" -#include "DebugHelper.h" -#include "SymbolResolverInterface.h" +#include "bcc/ExecutionEngine/SymbolResolverInterface.h" +#include "bcc/Support/DebugHelper.h" using namespace bcc;