summaryrefslogtreecommitdiff
path: root/rsScriptC.cpp
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2013-07-10 20:06:31 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-07-10 20:06:31 -0700
commit5376c9bfa7f4434dde29a31a7437f25708b1b009 (patch)
tree235e59c6a8b2e074095cd22ff615a17ed3fbff9f /rsScriptC.cpp
parentf85f4a21f9a5691f6248b41237031325465c5895 (diff)
parentb0934b67b95cc27e2358c2aa4db5f7c1067c8f9b (diff)
downloadrs-5376c9bfa7f4434dde29a31a7437f25708b1b009.tar.gz
am b0934b67: Remove libutils and fix rsDebug for RS support library.
* commit 'b0934b67b95cc27e2358c2aa4db5f7c1067c8f9b': Remove libutils and fix rsDebug for RS support library.
Diffstat (limited to 'rsScriptC.cpp')
-rw-r--r--rsScriptC.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/rsScriptC.cpp b/rsScriptC.cpp
index 56c9f06d..d8f356c8 100644
--- a/rsScriptC.cpp
+++ b/rsScriptC.cpp
@@ -24,9 +24,8 @@
#endif
#endif
-#ifndef RS_SERVER
+#if !defined(RS_SERVER) && !defined(RS_COMPATIBILITY_LIB)
#include "utils/Timers.h"
-#include "utils/StopWatch.h"
#endif
#include <sys/stat.h>