summaryrefslogtreecommitdiff
path: root/libutils/String16.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/String16.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/String16.cpp')
-rw-r--r--libutils/String16.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/libutils/String16.cpp b/libutils/String16.cpp
index 9f5cfeab4..12bb7c454 100644
--- a/libutils/String16.cpp
+++ b/libutils/String16.cpp
@@ -17,12 +17,6 @@
#include <utils/String16.h>
#include <utils/Log.h>
-#include <utils/Unicode.h>
-#include <utils/threads.h>
-
-#include <memory.h>
-#include <stdio.h>
-#include <ctype.h>
#include "SharedBuffer.h"