1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Removed as many warnings as possible when compiling with -ansi -pedantic

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@158 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-03-19 14:11:01 +00:00 committed by cras
parent c701648ab3
commit 8d6dd5f992

View File

@ -26,12 +26,6 @@
#include <sys/wait.h>
#include <sys/utsname.h>
#ifdef HAVE_POPT_H
# include <popt.h>
#else
# include "lib-popt/popt.h"
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif