Skip to content

Commit

Permalink
Do not include DCCSock in mod(perl|python)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Jun 1, 2011
1 parent d71da02 commit e83e14a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions modules/modperl/modperl.i
Expand Up @@ -29,7 +29,6 @@
#include "../znc.h" #include "../znc.h"
#include "../Server.h" #include "../Server.h"
#include "../ZNCString.h" #include "../ZNCString.h"
#include "../DCCSock.h"
#include "../FileUtils.h" #include "../FileUtils.h"
#include "../ZNCDebug.h" #include "../ZNCDebug.h"
#include "../ExecSock.h" #include "../ExecSock.h"
Expand Down Expand Up @@ -78,7 +77,6 @@ namespace std {
%include "../Csocket.h" %include "../Csocket.h"
%template(ZNCSocketManager) TSocketManager<CZNCSock>; %template(ZNCSocketManager) TSocketManager<CZNCSock>;
%include "../Socket.h" %include "../Socket.h"
%include "../DCCSock.h"
%include "../FileUtils.h" %include "../FileUtils.h"
%include "../Modules.h" %include "../Modules.h"
%include "../Nick.h" %include "../Nick.h"
Expand Down
2 changes: 0 additions & 2 deletions modules/modpython/modpython.i
Expand Up @@ -23,7 +23,6 @@
#include "../znc.h" #include "../znc.h"
#include "../Server.h" #include "../Server.h"
#include "../ZNCString.h" #include "../ZNCString.h"
#include "../DCCSock.h"
#include "../FileUtils.h" #include "../FileUtils.h"
#include "../ZNCDebug.h" #include "../ZNCDebug.h"
#include "../ExecSock.h" #include "../ExecSock.h"
Expand Down Expand Up @@ -82,7 +81,6 @@ namespace std {
%include "../Csocket.h" %include "../Csocket.h"
%template(ZNCSocketManager) TSocketManager<CZNCSock>; %template(ZNCSocketManager) TSocketManager<CZNCSock>;
%include "../Socket.h" %include "../Socket.h"
%include "../DCCSock.h"
%include "../FileUtils.h" %include "../FileUtils.h"
%include "../Modules.h" %include "../Modules.h"
%include "../Nick.h" %include "../Nick.h"
Expand Down

0 comments on commit e83e14a

Please sign in to comment.