mirror of
https://github.com/znc/znc.git
synced 2026-05-04 20:42:33 +02:00
Do not include DCCSock in mod(perl|python)
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
#include "../znc.h"
|
||||
#include "../Server.h"
|
||||
#include "../ZNCString.h"
|
||||
#include "../DCCSock.h"
|
||||
#include "../FileUtils.h"
|
||||
#include "../ZNCDebug.h"
|
||||
#include "../ExecSock.h"
|
||||
@@ -78,7 +77,6 @@ namespace std {
|
||||
%include "../Csocket.h"
|
||||
%template(ZNCSocketManager) TSocketManager<CZNCSock>;
|
||||
%include "../Socket.h"
|
||||
%include "../DCCSock.h"
|
||||
%include "../FileUtils.h"
|
||||
%include "../Modules.h"
|
||||
%include "../Nick.h"
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include "../znc.h"
|
||||
#include "../Server.h"
|
||||
#include "../ZNCString.h"
|
||||
#include "../DCCSock.h"
|
||||
#include "../FileUtils.h"
|
||||
#include "../ZNCDebug.h"
|
||||
#include "../ExecSock.h"
|
||||
@@ -82,7 +81,6 @@ namespace std {
|
||||
%include "../Csocket.h"
|
||||
%template(ZNCSocketManager) TSocketManager<CZNCSock>;
|
||||
%include "../Socket.h"
|
||||
%include "../DCCSock.h"
|
||||
%include "../FileUtils.h"
|
||||
%include "../Modules.h"
|
||||
%include "../Nick.h"
|
||||
|
||||
Reference in New Issue
Block a user