diff options
author | Elliott Hughes <enh@google.com> | 2014-08-19 18:55:17 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-08-19 02:44:29 +0000 |
commit | 6f4220c49e90b18a50d36e47cc9287c7593af939 (patch) | |
tree | 34497153d977d4eb32bf3be37ce29acbb4121a08 /tests/time_test.cpp | |
parent | 2222eae61e723d946029899edaf7afcbaa160bb7 (diff) | |
parent | f4c948a9e9b616c4f133f9495dacb105e51b3e49 (diff) | |
download | android_bionic-6f4220c49e90b18a50d36e47cc9287c7593af939.tar.gz android_bionic-6f4220c49e90b18a50d36e47cc9287c7593af939.tar.bz2 android_bionic-6f4220c49e90b18a50d36e47cc9287c7593af939.zip |
Merge "Move the meat of <features.h> into <sys/cdefs.h>."
Diffstat (limited to 'tests/time_test.cpp')
-rw-r--r-- | tests/time_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/time_test.cpp b/tests/time_test.cpp index 241c4a0c4..c9ead8dbb 100644 --- a/tests/time_test.cpp +++ b/tests/time_test.cpp @@ -17,7 +17,6 @@ #include <time.h> #include <errno.h> -#include <features.h> #include <gtest/gtest.h> #include <pthread.h> #include <signal.h> |