Remove unneeded includes.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4784 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-03-29 10:26:05 +00:00 committed by exg
commit 7e4bc5c7f4

View file

@ -20,9 +20,7 @@
#include "module.h"
#include "misc.h"
#include "pidwait.h"
#include <errno.h>
#ifdef HAVE_REGEX_H
# include <regex.h>
#endif