summaryrefslogtreecommitdiffstats
path: root/tools/lookup-apn.c
diff options
context:
space:
mode:
authorOleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>2011-10-05 16:18:29 +0300
committerDenis Kenzior <denkenz@gmail.com>2011-10-12 16:32:27 -0500
commit9534fcfac813202f44bf5c9ba1768199b3301029 (patch)
treebe805b2ef72201684f0cad3e2e9f3e3a9e4a0b57 /tools/lookup-apn.c
parent3501d76b94c6d1983899557f7acd8f3d19332292 (diff)
downloadofono-9534fcfac813202f44bf5c9ba1768199b3301029.tar.bz2
lookup-apn: Remove unused includes
Diffstat (limited to 'tools/lookup-apn.c')
-rw-r--r--tools/lookup-apn.c5
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>