aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
authorStéphane Aulery <saulery@free.fr>2014-11-27 14:52:08 +0100
committerGerd Hoffmann <kraxel@redhat.com>2014-12-04 10:23:33 +0100
commit7af9af8e99ff9ea35dd12aea35f3695d11156381 (patch)
tree57e3a93308e18adcf72e76619782def303920863 /fbi.c
parentf31ee95513482d8b2ec737636ed8330da11dd549 (diff)
downloadfbida-7af9af8e99ff9ea35dd12aea35f3695d11156381.tar.gz
Drop unused getopt.h header (fbi)
Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'fbi.c')
-rw-r--r--fbi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fbi.c b/fbi.c
index b4e276c..e1b5d35 100644
--- a/fbi.c
+++ b/fbi.c
@@ -13,7 +13,6 @@
#include <fcntl.h>
#include <errno.h>
#include <termios.h>
-#include <getopt.h>
#include <math.h>
#include <setjmp.h>
#include <signal.h>