mirror of
https://github.com/znc/znc.git
synced 2026-07-06 09:51:25 +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 "Modules.h"
|
||||
#include "Client.h"
|
||||
#include "FileUtils.h"
|
||||
|
||||
class CMotdFileMod : public CGlobalModule {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user