diff options
author | Jim Meyering <meyering@redhat.com> | 2008-11-30 13:51:21 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-11-30 13:53:26 +0100 |
commit | 9f255b2279913783d48b9338f0535ff77aa6368e (patch) | |
tree | 0c6a84e473c1893f612ea1958d27d114f119b923 /src | |
parent | c3e0a0d40069b814e13ae48b784df0cd3595081e (diff) | |
download | idutils-9f255b2279913783d48b9338f0535ff77aa6368e.tar.gz idutils-9f255b2279913783d48b9338f0535ff77aa6368e.tar.bz2 idutils-9f255b2279913783d48b9338f0535ff77aa6368e.zip |
* src/lid.c: Remove duplicate inclusion of <termios.h>.
Diffstat (limited to 'src')
-rw-r--r-- | src/lid.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1505,7 +1505,6 @@ tree8_to_flinkv (unsigned char const *hits_tree8) #if HAVE_TERMIOS_H -#include <termios.h> static struct termios linemode; static struct termios charmode; static struct termios savemode; |