mirror of
https://github.com/znc/znc.git
synced 2026-05-01 02:52:30 +02:00
Move CExecSock to ExecSock.h
As a result, Utils.h no longer has to include Socket.h and lots of stuff breaks. Due to a severe case of lazyness, some of the code for CExecSock is still in Utils.cpp. Feel free to fix if you really have to. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#include "User.h"
|
||||
#include "znc.h"
|
||||
#include "ExecSock.h"
|
||||
|
||||
// Forward Declaration
|
||||
class CShellMod;
|
||||
|
||||
Reference in New Issue
Block a user