Revert "Refine DebugHelper.h into Log.h."
This reverts commit b519fe3f1d780873608f41d69316054e05c7e918.
diff --git a/lib/ExecutionEngine/ELFObjectLoaderImpl.cpp b/lib/ExecutionEngine/ELFObjectLoaderImpl.cpp
index 86e6efd..82eac5f 100644
--- a/lib/ExecutionEngine/ELFObjectLoaderImpl.cpp
+++ b/lib/ExecutionEngine/ELFObjectLoaderImpl.cpp
@@ -25,7 +25,7 @@
#include "utils/serialize.h"
#include "bcc/ExecutionEngine/SymbolResolverInterface.h"
-#include "bcc/Support/Log.h"
+#include "bcc/Support/DebugHelper.h"
using namespace bcc;