1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

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
parent 7e1128029f
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