summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-03-19 14:11:01 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-03-19 14:11:01 +0000
commit8d6dd5f992d07b05f4554fce0cd262aaa5794610 (patch)
tree9c256e418a0ed590805c98166db8bda3d471af76
parentc701648ab303fc5528c27e44bf14c638d99a58a6 (diff)
downloadirssi-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.h6
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