mirror of
https://github.com/znc/znc.git
synced 2026-06-22 02:54:53 +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,11 +6,11 @@
|
||||
* by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include "Client.h"
|
||||
#include "FileUtils.h"
|
||||
#include "Server.h"
|
||||
#include "IRCNetwork.h"
|
||||
#include "User.h"
|
||||
#include <znc/Client.h>
|
||||
#include <znc/FileUtils.h>
|
||||
#include <znc/Server.h>
|
||||
#include <znc/IRCNetwork.h>
|
||||
#include <znc/User.h>
|
||||
|
||||
#include <syslog.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user