commit | 6fa79c5cf57a3a7bc37849d0d510bf8cb043b531 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Nov 05 11:59:06 2013 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Nov 05 11:59:06 2013 -0800 |
tree | a2f0ef4501935803d4661b508b5fdf728b856ddc | |
parent | 943cc1b58892c627f65f44b7f0fcf365048b7364 [diff] |
Remove unnecessary #include. Change-Id: I99dade0b3803272ee29eba2ad36b0311f8a24c31
diff --git a/libc/bionic/timer.cpp b/libc/bionic/timer.cpp index 76619f3..ed73821 100644 --- a/libc/bionic/timer.cpp +++ b/libc/bionic/timer.cpp
@@ -29,7 +29,6 @@ #include "pthread_internal.h" #include <errno.h> -#include <linux/time.h> #include <stdio.h> #include <string.h>