From 8d6dd5f992d07b05f4554fce0cd262aaa5794610 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 19 Mar 2000 14:11:01 +0000 Subject: [PATCH] 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 --- src/common.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/common.h b/src/common.h index 47c56e92..3fa42b2d 100644 --- a/src/common.h +++ b/src/common.h @@ -26,12 +26,6 @@ #include #include -#ifdef HAVE_POPT_H -# include -#else -# include "lib-popt/popt.h" -#endif - #ifdef HAVE_UNISTD_H # include #endif