diff options
author | John Grossman <johngro@google.com> | 2012-02-16 15:28:44 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-02-16 15:28:44 -0800 |
commit | 06c51e2f48c5db325a6f6905660a7a0f7558b4d5 (patch) | |
tree | 9dc7d3f9171ff3e157a20937bcd7ade8c7c77ffc | |
parent | e800892c4b4e05914f0d08a7928113193b39d037 (diff) | |
parent | ba2ff9c2236d017e16dd948574966d045c1711c8 (diff) | |
download | frameworks_base-06c51e2f48c5db325a6f6905660a7a0f7558b4d5.zip frameworks_base-06c51e2f48c5db325a6f6905660a7a0f7558b4d5.tar.gz frameworks_base-06c51e2f48c5db325a6f6905660a7a0f7558b4d5.tar.bz2 |
Merge "Really fix the build this time."
-rw-r--r-- | services/common_time/common_time_server.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/common_time/common_time_server.cpp b/services/common_time/common_time_server.cpp index 4db516a..4fed0d0 100644 --- a/services/common_time/common_time_server.cpp +++ b/services/common_time/common_time_server.cpp @@ -25,7 +25,6 @@ #include <arpa/inet.h> #include <assert.h> #include <fcntl.h> -#include <limits> #include <linux/if_ether.h> #include <net/if.h> #include <net/if_arp.h> |