summaryrefslogtreecommitdiff
path: root/libutils/BlobCache.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2017-02-28 15:06:51 -0800
committerMathias Agopian <mathias@google.com>2017-03-03 14:47:47 -0800
commit22dbf3947fedf988e714a4703ddf85fc41413f90 (patch)
treead823e9592de58265e4740a4d1ae251bfa260348 /libutils/BlobCache.cpp
parent6048d9db5f11045412504b533ea9a92a7df6354c (diff)
clean-up libutils includes
moved Foo.h as first include of Foo.cpp, and removed redundant includes. Made NativeHandle non virtual. Test: run & compile Bug: n/a Change-Id: I37fa746cd42c9ba23aba181f84cb6c619386406a
Diffstat (limited to 'libutils/BlobCache.cpp')
-rw-r--r--libutils/BlobCache.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/libutils/BlobCache.cpp b/libutils/BlobCache.cpp
index 126995b8c..b0fdd44b5 100644
--- a/libutils/BlobCache.cpp
+++ b/libutils/BlobCache.cpp
@@ -17,13 +17,10 @@
#define LOG_TAG "BlobCache"
//#define LOG_NDEBUG 0
-#include <inttypes.h>
-#include <stdlib.h>
-#include <string.h>
-
#include <utils/BlobCache.h>
-#include <utils/Errors.h>
-#include <utils/Log.h>
+#include <utils/Timers.h>
+
+#include <inttypes.h>
#include <cutils/properties.h>