mirror of
https://github.com/znc/znc.git
synced 2026-05-07 13:54:47 +02:00
Remove unneeded headers.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user