mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +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,9 +6,9 @@
|
||||
* by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include "User.h"
|
||||
#include "Chan.h"
|
||||
#include "znc.h"
|
||||
#include <znc/User.h>
|
||||
#include <znc/Chan.h>
|
||||
#include <znc/znc.h>
|
||||
|
||||
using std::map;
|
||||
using std::pair;
|
||||
|
||||
Reference in New Issue
Block a user