mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01: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:
@@ -11,10 +11,10 @@
|
||||
|
||||
#define REQUIRESSL
|
||||
|
||||
#include "FileUtils.h"
|
||||
#include "User.h"
|
||||
#include "IRCNetwork.h"
|
||||
#include "znc.h"
|
||||
#include <znc/FileUtils.h>
|
||||
#include <znc/User.h>
|
||||
#include <znc/IRCNetwork.h>
|
||||
#include <znc/znc.h>
|
||||
#include <sstream>
|
||||
|
||||
using std::pair;
|
||||
|
||||
Reference in New Issue
Block a user