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/RSScript.cpp b/lib/RenderScript/RSScript.cpp index 4cf8475..ef39897 100644 --- a/lib/RenderScript/RSScript.cpp +++ b/lib/RenderScript/RSScript.cpp
@@ -20,7 +20,7 @@ #include <llvm/ADT/STLExtras.h> -#include "bcc/Support/DebugHelper.h" +#include "bcc/Support/Log.h" using namespace bcc;