mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +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
-6
@@ -6,12 +6,12 @@
|
||||
* by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include "Modules.h"
|
||||
#include "User.h"
|
||||
#include "IRCNetwork.h"
|
||||
#include "IRCSock.h"
|
||||
#include "Nick.h"
|
||||
#include "Chan.h"
|
||||
#include <znc/Modules.h>
|
||||
#include <znc/User.h>
|
||||
#include <znc/IRCNetwork.h>
|
||||
#include <znc/IRCSock.h>
|
||||
#include <znc/Nick.h>
|
||||
#include <znc/Chan.h>
|
||||
|
||||
#ifndef Q_DEBUG_COMMUNICATION
|
||||
#define Q_DEBUG_COMMUNICATION 0
|
||||
|
||||
Reference in New Issue
Block a user