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
-2
View File
@@ -6,9 +6,7 @@
* by the Free Software Foundation.
*/
#include <znc/Buffer.h>
#include <znc/znc.h>
#include <znc/Client.h>
#include <znc/User.h>
CBufLine::CBufLine(const CString& sFormat, const CString& sText, const timeval* ts) {
-2
View File
@@ -7,11 +7,9 @@
*/
#include <znc/Chan.h>
#include <znc/FileUtils.h>
#include <znc/IRCSock.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/znc.h>
#include <znc/Config.h>
using std::set;
-4
View File
@@ -6,14 +6,10 @@
* by the Free Software Foundation.
*/
#include <znc/Client.h>
#include <znc/Chan.h>
#include <znc/FileUtils.h>
#include <znc/IRCSock.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/znc.h>
#include <znc/WebModules.h>
using std::vector;
-3
View File
@@ -6,15 +6,12 @@
* by the Free Software Foundation.
*/
#include <znc/Client.h>
#include <znc/Chan.h>
#include <znc/FileUtils.h>
#include <znc/IRCNetwork.h>
#include <znc/IRCSock.h>
#include <znc/Listener.h>
#include <znc/Server.h>
#include <znc/User.h>
#include <znc/znc.h>
using std::vector;
using std::set;
-1
View File
@@ -49,7 +49,6 @@
#include <openssl/engine.h>
#endif /* HAVE_LIBSSL */
#include <list>
#define CS_SRANDBUFFER 128
-2
View File
@@ -9,8 +9,6 @@
#include <znc/FileUtils.h>
#include <znc/ExecSock.h>
#include <znc/Utils.h>
#include <znc/ZNCDebug.h>
#include <errno.h>
#include <fcntl.h>
#include <pwd.h>
#include <sys/stat.h>
-4
View File
@@ -6,13 +6,9 @@
* by the Free Software Foundation.
*/
#include <znc/HTTPSock.h>
#include <znc/FileUtils.h>
#include <znc/Modules.h>
#include <znc/znc.h>
#include <sstream>
#include <iomanip>
using std::map;
using std::set;
-3
View File
@@ -7,15 +7,12 @@
*/
#include <znc/IRCNetwork.h>
#include <znc/Modules.h>
#include <znc/User.h>
#include <znc/FileUtils.h>
#include <znc/Config.h>
#include <znc/Client.h>
#include <znc/IRCSock.h>
#include <znc/Server.h>
#include <znc/Chan.h>
#include <znc/znc.h>
using std::vector;
using std::set;
-2
View File
@@ -8,10 +8,8 @@
#include <znc/IRCSock.h>
#include <znc/Chan.h>
#include <znc/Client.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/znc.h>
#include <znc/Server.h>
using std::set;
-1
View File
@@ -6,7 +6,6 @@
* by the Free Software Foundation.
*/
#include <znc/Listener.h>
#include <znc/znc.h>
CListener::~CListener() {
-1
View File
@@ -6,7 +6,6 @@
* by the Free Software Foundation.
*/
#include <znc/Nick.h>
#include <znc/Chan.h>
#include <znc/IRCSock.h>
#include <znc/IRCNetwork.h>
-3
View File
@@ -6,11 +6,8 @@
* by the Free Software Foundation.
*/
#include <znc/Socket.h>
#include <znc/Modules.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/znc.h>
#include <signal.h>
/* We should need 2 DNS threads (host, bindhost) per IRC connection */
-1
View File
@@ -9,7 +9,6 @@
#include <znc/Template.h>
#include <znc/FileUtils.h>
#include <znc/ZNCDebug.h>
#include <sstream>
#include <algorithm>
using std::stringstream;
-4
View File
@@ -7,14 +7,10 @@
*/
#include <znc/User.h>
#include <znc/Chan.h>
#include <znc/Config.h>
#include <znc/FileUtils.h>
#include <znc/IRCNetwork.h>
#include <znc/IRCSock.h>
#include <znc/Server.h>
#include <znc/znc.h>
#include <znc/Modules.h>
#include <math.h>
using std::vector;
-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
-1
View File
@@ -6,7 +6,6 @@
* by the Free Software Foundation.
*/
#include <znc/ZNCString.h>
#include <znc/FileUtils.h>
#include <znc/Utils.h>
#include <znc/MD5.h>
-2
View File
@@ -7,8 +7,6 @@
*/
#include <znc/znc.h>
#include <znc/FileUtils.h>
#include <sys/wait.h>
#include <signal.h>
using std::cout;
-1
View File
@@ -1,4 +1,3 @@
#include <znc/version.h>
#ifdef VERSION_EXTRA
const char* ZNC_VERSION_EXTRA = VERSION_EXTRA;
-3
View File
@@ -6,14 +6,11 @@
* by the Free Software Foundation.
*/
#include <znc/znc.h>
#include <znc/Chan.h>
#include <znc/FileUtils.h>
#include <znc/IRCSock.h>
#include <znc/Server.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/Listener.h>
#include <znc/Config.h>
using std::endl;