diff options
author | Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com> | 2011-10-05 16:18:29 +0300 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2011-10-12 16:32:27 -0500 |
commit | 9534fcfac813202f44bf5c9ba1768199b3301029 (patch) | |
tree | be805b2ef72201684f0cad3e2e9f3e3a9e4a0b57 | |
parent | 3501d76b94c6d1983899557f7acd8f3d19332292 (diff) | |
download | ofono-9534fcfac813202f44bf5c9ba1768199b3301029.tar.bz2 |
lookup-apn: Remove unused includes
-rw-r--r-- | tools/lookup-apn.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/lookup-apn.c b/tools/lookup-apn.c index c9cd3762..1df8be00 100644 --- a/tools/lookup-apn.c +++ b/tools/lookup-apn.c @@ -24,12 +24,7 @@ #endif #include <stdio.h> -#include <fcntl.h> -#include <unistd.h> #include <stdlib.h> -#include <string.h> -#include <sys/stat.h> -#include <sys/mman.h> #include <glib.h> |