diff options
author | Timo Sirainen <cras@irssi.org> | 2000-03-19 14:11:01 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-03-19 14:11:01 +0000 |
commit | 8d6dd5f992d07b05f4554fce0cd262aaa5794610 (patch) | |
tree | 9c256e418a0ed590805c98166db8bda3d471af76 | |
parent | c701648ab303fc5528c27e44bf14c638d99a58a6 (diff) | |
download | irssi-8d6dd5f992d07b05f4554fce0cd262aaa5794610.zip |
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
-rw-r--r-- | src/common.h | 6 |
1 files changed, 0 insertions, 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 <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 |