mirror of
https://github.com/znc/znc.git
synced 2026-08-10 02:43:05 +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:
@@ -7,9 +7,9 @@
|
||||
*/
|
||||
|
||||
// @todo handle raw 433 (nick in use)
|
||||
#include "IRCSock.h"
|
||||
#include "User.h"
|
||||
#include "IRCNetwork.h"
|
||||
#include <znc/IRCSock.h>
|
||||
#include <znc/User.h>
|
||||
#include <znc/IRCNetwork.h>
|
||||
|
||||
class CAwayNickMod;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user