diff --git a/modules/modperl/modperl.i b/modules/modperl/modperl.i index 7067442d..a499be63 100644 --- a/modules/modperl/modperl.i +++ b/modules/modperl/modperl.i @@ -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; %include "../Socket.h" -%include "../DCCSock.h" %include "../FileUtils.h" %include "../Modules.h" %include "../Nick.h" diff --git a/modules/modpython/modpython.i b/modules/modpython/modpython.i index 56dcdf01..ccc24165 100644 --- a/modules/modpython/modpython.i +++ b/modules/modpython/modpython.i @@ -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; %include "../Socket.h" -%include "../DCCSock.h" %include "../FileUtils.h" %include "../Modules.h" %include "../Nick.h"