Navigation Menu

Skip to content

Commit

Permalink
Remove unneeded headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
RealKindOne authored and DarthGandalf committed Mar 7, 2013
1 parent c9ac8f5 commit 2db7307
Show file tree
Hide file tree
Showing 58 changed files with 0 additions and 119 deletions.
1 change: 0 additions & 1 deletion modules/adminlog.cpp
Expand Up @@ -6,7 +6,6 @@
* by the Free Software Foundation.
*/

#include <znc/Client.h>
#include <znc/FileUtils.h>
#include <znc/Server.h>
#include <znc/IRCNetwork.h>
Expand Down
1 change: 0 additions & 1 deletion modules/autoattach.cpp
Expand Up @@ -8,7 +8,6 @@

#include <znc/Chan.h>
#include <znc/Modules.h>
#include <znc/User.h>

using std::vector;

Expand Down
1 change: 0 additions & 1 deletion modules/autocycle.cpp
Expand Up @@ -7,7 +7,6 @@
*/

#include <znc/Chan.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>

using std::vector;
Expand Down
2 changes: 0 additions & 2 deletions modules/autoreply.cpp
Expand Up @@ -7,10 +7,8 @@
* by the Free Software Foundation.
*/

#include <znc/Modules.h>
#include <znc/IRCNetwork.h>
#include <znc/IRCSock.h>
#include <znc/User.h>

class CAutoReplyMod : public CModule {
public:
Expand Down
1 change: 0 additions & 1 deletion modules/autovoice.cpp
Expand Up @@ -7,7 +7,6 @@
*/

#include <znc/Modules.h>
#include <znc/User.h>
#include <znc/Chan.h>

using std::map;
Expand Down
1 change: 0 additions & 1 deletion modules/awaynick.cpp
Expand Up @@ -8,7 +8,6 @@

// @todo handle raw 433 (nick in use)
#include <znc/IRCSock.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>

class CAwayNickMod;
Expand Down
2 changes: 0 additions & 2 deletions modules/awaystore.cpp
Expand Up @@ -16,11 +16,9 @@

#define REQUIRESSL

#include <znc/Client.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/FileUtils.h>
#include <sys/stat.h>

using std::vector;
using std::map;
Expand Down
2 changes: 0 additions & 2 deletions modules/blockuser.cpp
Expand Up @@ -8,8 +8,6 @@

#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/IRCSock.h>
#include <znc/znc.h>

using std::vector;

Expand Down
5 changes: 0 additions & 5 deletions modules/bouncedcc.cpp
Expand Up @@ -6,13 +6,8 @@
* by the Free Software Foundation.
*/

#include <znc/zncconfig.h>
#include <znc/znc.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/Modules.h>
#include <znc/Socket.h>
#include <znc/FileUtils.h>

using std::set;

Expand Down
2 changes: 0 additions & 2 deletions modules/buffextras.cpp
Expand Up @@ -7,9 +7,7 @@
*/

#include <znc/Chan.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/Modules.h>

using std::vector;

Expand Down
2 changes: 0 additions & 2 deletions modules/certauth.cpp
Expand Up @@ -8,9 +8,7 @@

#define REQUIRESSL

#include <znc/Modules.h>
#include <znc/User.h>
#include <znc/Listener.h>
#include <znc/znc.h>

using std::map;
Expand Down
1 change: 0 additions & 1 deletion modules/chansaver.cpp
Expand Up @@ -9,7 +9,6 @@
#include <znc/Chan.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/znc.h>

using std::vector;

Expand Down
1 change: 0 additions & 1 deletion modules/clearbufferonmsg.cpp
Expand Up @@ -8,7 +8,6 @@

#include <znc/IRCNetwork.h>
#include <znc/Chan.h>
#include <znc/Modules.h>

using std::vector;

Expand Down
2 changes: 0 additions & 2 deletions modules/controlpanel.cpp
Expand Up @@ -9,10 +9,8 @@
* by the Free Software Foundation.
*/

#include <znc/znc.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/Modules.h>
#include <znc/Chan.h>
#include <znc/IRCSock.h>

Expand Down
1 change: 0 additions & 1 deletion modules/cyrusauth.cpp
Expand Up @@ -11,7 +11,6 @@
* @brief SASL authentication module for znc.
*/

#include <znc/Modules.h>
#include <znc/znc.h>
#include <znc/User.h>

Expand Down
2 changes: 0 additions & 2 deletions modules/dcc.cpp
Expand Up @@ -7,9 +7,7 @@
*/

#include <znc/znc.h>
#include <znc/Chan.h>
#include <znc/User.h>
#include <znc/Modules.h>
#include <znc/FileUtils.h>

using std::set;
Expand Down
1 change: 0 additions & 1 deletion modules/disconkick.cpp
Expand Up @@ -6,7 +6,6 @@
* by the Free Software Foundation.
*/

#include <znc/Modules.h>
#include <znc/IRCNetwork.h>
#include <znc/Chan.h>

Expand Down
2 changes: 0 additions & 2 deletions modules/flooddetach.cpp
Expand Up @@ -7,8 +7,6 @@
*/

#include <znc/Chan.h>
#include <znc/Modules.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>

using std::map;
Expand Down
1 change: 0 additions & 1 deletion modules/identfile.cpp
Expand Up @@ -10,7 +10,6 @@
#include <znc/IRCSock.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/znc.h>

class CIdentFileModule : public CModule {
CString m_sOrigISpoof;
Expand Down
1 change: 0 additions & 1 deletion modules/imapauth.cpp
Expand Up @@ -6,7 +6,6 @@
* by the Free Software Foundation.
*/

#include <znc/Modules.h>
#include <znc/znc.h>

using std::map;
Expand Down
2 changes: 0 additions & 2 deletions modules/keepnick.cpp
Expand Up @@ -6,8 +6,6 @@
* by the Free Software Foundation.
*/

#include <znc/Modules.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/IRCSock.h>

Expand Down
1 change: 0 additions & 1 deletion modules/lastseen.cpp
Expand Up @@ -7,7 +7,6 @@
*/

#include <znc/User.h>
#include <znc/Chan.h>
#include <znc/znc.h>

using std::map;
Expand Down
2 changes: 0 additions & 2 deletions modules/listsockets.cpp
Expand Up @@ -6,10 +6,8 @@
* by the Free Software Foundation.
*/

#include <znc/Modules.h>
#include <znc/User.h>
#include <znc/znc.h>
#include <queue>

class CSocketSorter {
public:
Expand Down
2 changes: 0 additions & 2 deletions modules/modtcl.cpp
Expand Up @@ -8,11 +8,9 @@

#include <znc/Chan.h>
#include <znc/IRCSock.h>
#include <znc/Modules.h>
#include <znc/Server.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/znc.h>

#include <tcl.h>

Expand Down
7 changes: 0 additions & 7 deletions modules/notes.cpp
Expand Up @@ -6,14 +6,7 @@
* by the Free Software Foundation.
*/

#include <znc/Chan.h>
#include <znc/HTTPSock.h>
#include <znc/Server.h>
#include <znc/Template.h>
#include <znc/User.h>
#include <znc/znc.h>
#include <znc/WebModules.h>
#include <sstream>

using std::stringstream;

Expand Down
1 change: 0 additions & 1 deletion modules/partyline.cpp
Expand Up @@ -7,7 +7,6 @@
*/

#include <znc/User.h>
#include <znc/znc.h>
#include <znc/IRCNetwork.h>

using std::set;
Expand Down
2 changes: 0 additions & 2 deletions modules/perform.cpp
Expand Up @@ -6,9 +6,7 @@
* by the Free Software Foundation.
*/

#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <algorithm>

class CPerform : public CModule {
void Add(const CString& sCommand) {
Expand Down
2 changes: 0 additions & 2 deletions modules/q.cpp
Expand Up @@ -6,11 +6,9 @@
* by the Free Software Foundation.
*/

#include <znc/Modules.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/IRCSock.h>
#include <znc/Nick.h>
#include <znc/Chan.h>

using std::set;
Expand Down
1 change: 0 additions & 1 deletion modules/raw.cpp
Expand Up @@ -7,7 +7,6 @@
*/

#include <znc/Modules.h>
#include <znc/User.h>

class CRawMod : public CModule {
public:
Expand Down
1 change: 0 additions & 1 deletion modules/route_replies.cpp
Expand Up @@ -6,7 +6,6 @@
* by the Free Software Foundation.
*/

#include <znc/znc.h>
#include <znc/IRCNetwork.h>
#include <znc/IRCSock.h>

Expand Down
1 change: 0 additions & 1 deletion modules/sample.cpp
Expand Up @@ -8,7 +8,6 @@

#include <znc/Client.h>
#include <znc/Chan.h>
#include <znc/User.h>
#include <znc/Modules.h>

using std::vector;
Expand Down
1 change: 0 additions & 1 deletion modules/sasl.cpp
Expand Up @@ -6,7 +6,6 @@
* by the Free Software Foundation.
*/

#include <znc/Modules.h>
#include <znc/IRCNetwork.h>
#include <znc/IRCSock.h>

Expand Down
2 changes: 0 additions & 2 deletions modules/savebuff.cpp
Expand Up @@ -16,10 +16,8 @@

#include <znc/Chan.h>
#include <znc/User.h>
#include <znc/Buffer.h>
#include <znc/IRCNetwork.h>
#include <znc/FileUtils.h>
#include <sys/stat.h>

using std::vector;

Expand Down
2 changes: 0 additions & 2 deletions modules/schat.cpp
Expand Up @@ -14,8 +14,6 @@
#include <znc/FileUtils.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/znc.h>
#include <sstream>

using std::pair;
using std::stringstream;
Expand Down
1 change: 0 additions & 1 deletion modules/send_raw.cpp
Expand Up @@ -8,7 +8,6 @@

#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/znc.h>

using std::vector;
using std::map;
Expand Down
3 changes: 0 additions & 3 deletions modules/watch.cpp
Expand Up @@ -7,10 +7,7 @@
*/

#include <znc/Chan.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <list>
#include <set>

using std::list;
using std::vector;
Expand Down
8 changes: 0 additions & 8 deletions modules/webadmin.cpp
Expand Up @@ -7,18 +7,10 @@
*/

#include <znc/Chan.h>
#include <znc/HTTPSock.h>
#include <znc/Server.h>
#include <znc/Template.h>
#include <znc/User.h>
#include <znc/znc.h>
#include <znc/WebModules.h>
#include <znc/ZNCString.h>
#include <znc/Listener.h>
#include <znc/IRCNetwork.h>
#include <znc/IRCSock.h>
#include <sstream>
#include <utility>

using std::stringstream;
using std::make_pair;
Expand Down
2 changes: 0 additions & 2 deletions src/Buffer.cpp
Expand Up @@ -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) {
Expand Down
2 changes: 0 additions & 2 deletions src/Chan.cpp
Expand Up @@ -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;
Expand Down
4 changes: 0 additions & 4 deletions src/Client.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit 2db7307

Please sign in to comment.