popt-gnome.h isn't used anymore

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@39 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 1999-10-09 18:04:21 +00:00 committed by cras
commit 15dcd0a2c5
3 changed files with 3 additions and 14 deletions

View file

@ -27,13 +27,9 @@
#include <sys/utsname.h>
#ifdef HAVE_POPT_H
#include <popt.h>
# include <popt.h>
#else
# ifdef HAVE_POPT_GNOME_H
# include <popt-gnome.h>
# else
# include <lib-popt/popt.h>
# endif
# include <src/lib-popt/popt.h>
#endif
#ifdef HAVE_UNISTD_H