summaryrefslogtreecommitdiff
path: root/pico
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2015-09-25 13:31:17 -0700
committerDan Willemsen <dwillemsen@google.com>2015-09-25 13:31:17 -0700
commit8ab113f3370fe5badc0b13a11011db996060812b (patch)
treed88dc28e34374d540e10166a45cb5558692c3f38 /pico
parent2b9afb0742b2cb2a156b2b6d080c937475843563 (diff)
downloadsvox-8ab113f3370fe5badc0b13a11011db996060812b.tar.gz
svox: Remove unused include
We're cleaning up the global include paths. This header will require linking with libandroid_runtime. Since it's unused, just remove the include. Bug: 18903857 Change-Id: I8b856f9d1b696319a1c4115005553a68e0fdb040
Diffstat (limited to 'pico')
-rw-r--r--pico/tts/com_svox_picottsengine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/pico/tts/com_svox_picottsengine.cpp b/pico/tts/com_svox_picottsengine.cpp
index b44f2bd..2d8a510 100644
--- a/pico/tts/com_svox_picottsengine.cpp
+++ b/pico/tts/com_svox_picottsengine.cpp
@@ -39,7 +39,6 @@
#include <utils/Log.h>
#include <utils/String16.h> /* for strlen16 */
-#include <android_runtime/AndroidRuntime.h>
#include <TtsEngine.h>
#include <cutils/jstring.h>