Remove unneeded headers.

This commit is contained in:
KindOne
2013-03-02 01:38:29 -05:00
committed by Alexey Sokolov
parent c9ac8f5e5e
commit 2db7307ac3
58 changed files with 0 additions and 119 deletions
-6
View File
@@ -7,17 +7,11 @@
*/
#include <znc/Utils.h>
#include <znc/MD5.h>
#include <znc/main.h>
#include <znc/ZNCDebug.h>
#include <znc/FileUtils.h>
#include <errno.h>
#ifdef HAVE_LIBSSL
#include <openssl/ssl.h>
#endif /* HAVE_LIBSSL */
#include <sstream>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
// Required with GCC 4.3+ if openssl is disabled