From dc847e65b80fc2dd00f2b70b2443e1a0df042cd6 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 15 Nov 2014 18:50:10 -0800 Subject: Move system/extras to libc++. Bug: 15193147 Change-Id: I2188179aa315b6b94493135cfb243d5a9018fd10 --- tests/binder/benchmarks/Android.mk | 1 - tests/memtest/Android.mk | 1 - tests/memtest/bandwidth.cpp | 8 ++++---- tests/memtest/bandwidth.h | 2 ++ 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tests') diff --git a/tests/binder/benchmarks/Android.mk b/tests/binder/benchmarks/Android.mk index c0ddb47b..eb2ead26 100644 --- a/tests/binder/benchmarks/Android.mk +++ b/tests/binder/benchmarks/Android.mk @@ -37,5 +37,4 @@ LOCAL_C_INCLUDES += \ LOCAL_MODULE := binderAddInts LOCAL_SRC_FILES := binderAddInts.cpp -include external/stlport/libstlport.mk include $(BUILD_EXECUTABLE) diff --git a/tests/memtest/Android.mk b/tests/memtest/Android.mk index 94476ceb..771a22ea 100644 --- a/tests/memtest/Android.mk +++ b/tests/memtest/Android.mk @@ -14,6 +14,5 @@ LOCAL_MODULE:= memtest LOCAL_MODULE_TAGS := optional LOCAL_CFLAGS += -fomit-frame-pointer -include external/stlport/libstlport.mk include $(BUILD_EXECUTABLE) endif diff --git a/tests/memtest/bandwidth.cpp b/tests/memtest/bandwidth.cpp index cf406e6c..7dab4ba0 100644 --- a/tests/memtest/bandwidth.cpp +++ b/tests/memtest/bandwidth.cpp @@ -14,18 +14,18 @@ * limitations under the License. */ +#include "bandwidth.h" + +#include #include #include -#include #include +#include #include -#include #include #include -#include "bandwidth.h" - typedef struct { const char *name; diff --git a/tests/memtest/bandwidth.h b/tests/memtest/bandwidth.h index a09d082d..e4a5c96e 100644 --- a/tests/memtest/bandwidth.h +++ b/tests/memtest/bandwidth.h @@ -17,6 +17,8 @@ #ifndef __BANDWIDTH_H__ #define __BANDWIDTH_H__ +#include + #include "memtest.h" // Bandwidth Class definitions. -- cgit v1.2.3