diff options
author | 2009-06-22 17:15:15 -0700 | |
---|---|---|
committer | 2009-06-22 17:15:15 -0700 | |
commit | 4b962e57a9a1fa923283f2d76855c1c68449564f (patch) | |
tree | b6f1aefe41fbcd1d6bd29de6e46c40e234b48c48 /libs/rs/rsThreadIO.cpp | |
parent | bba134c8a1dcfe0c8473307a95899a02c9553504 (diff) |
Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should be included everywhere and contain rs global defines.
Diffstat (limited to 'libs/rs/rsThreadIO.cpp')
-rw-r--r-- | libs/rs/rsThreadIO.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/rs/rsThreadIO.cpp b/libs/rs/rsThreadIO.cpp index 56415819adbb..5f62ad1cda9f 100644 --- a/libs/rs/rsThreadIO.cpp +++ b/libs/rs/rsThreadIO.cpp @@ -16,8 +16,6 @@ #include "rsContext.h" -#include <utils/Log.h> - #include "rsThreadIO.h" using namespace android; |