]> git.deb.at Git - pkg/abook.git/blobdiff - ui.c
- remove usage of __id_u macro since it's not defined on every distro
[pkg/abook.git] / ui.c
diff --git a/ui.c b/ui.c
index 62b5e8f327d52340f2986c46005a47ee421c9b0a..40dc1e138f5a1344e67764df48676fce631e37f5 100644 (file)
--- a/ui.c
+++ b/ui.c
 #ifdef HAVE_CONFIG_H
 #      include "config.h"
 #endif
-#ifdef HAVE_TERMIOS_H
-#      include <termios.h>
-#else
-#      ifdef HAVE_LINUX_TERMIOS_H
-#              include <linux/termios.h>
-#      endif
-#endif
 #ifdef HAVE_SYS_IOCTL_H
 #      include <sys/ioctl.h>
 #endif