commit | b519fe3f1d780873608f41d69316054e05c7e918 | [log] [tgz] |
---|---|---|
author | Zonr Chang <zonr.net@gmail.com> | Thu Apr 12 16:44:01 2012 +0800 |
committer | Shih-wei Liao <sliao@google.com> | Wed Apr 25 04:06:05 2012 -0700 |
tree | 7edf4e50c6c5560a6d2a7cb795b67dbcffac0e0d | |
parent | 44d991658dbd5b80648a3944f1760ad19bbcac09 [diff] [blame] |
Refine DebugHelper.h into Log.h. This removes USE_FUNC_LOGGER from libbcc-config.mk.
diff --git a/lib/RenderScript/RSInfoReader.cpp b/lib/RenderScript/RSInfoReader.cpp index 4e42ffd..035209a 100644 --- a/lib/RenderScript/RSInfoReader.cpp +++ b/lib/RenderScript/RSInfoReader.cpp
@@ -24,7 +24,7 @@ #include <utils/FileMap.h> -#include "bcc/Support/DebugHelper.h" +#include "bcc/Support/Log.h" #include "bcc/Support/InputFile.h" using namespace bcc;