mirror of
https://github.com/znc/znc.git
synced 2026-06-29 22:41:39 +02:00
Move ZNC headers into own directory.
Yes, this breaks backwards compatibility, so what? It's already broken with network stuff anyway.
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
* by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include "FileUtils.h"
|
||||
#include "User.h"
|
||||
#include "znc.h"
|
||||
#include "ExecSock.h"
|
||||
#include <znc/FileUtils.h>
|
||||
#include <znc/User.h>
|
||||
#include <znc/znc.h>
|
||||
#include <znc/ExecSock.h>
|
||||
|
||||
// Forward Declaration
|
||||
class CShellMod;
|
||||
|
||||
Reference in New Issue
Block a user