mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +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 "znc.h"
|
||||
#include "Chan.h"
|
||||
#include "User.h"
|
||||
#include "Modules.h"
|
||||
#include "FileUtils.h"
|
||||
#include <znc/znc.h>
|
||||
#include <znc/Chan.h>
|
||||
#include <znc/User.h>
|
||||
#include <znc/Modules.h>
|
||||
#include <znc/FileUtils.h>
|
||||
|
||||
class CDCCMod;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user