mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01: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,13 +6,13 @@
|
||||
* by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include "Chan.h"
|
||||
#include "FileUtils.h"
|
||||
#include "IRCSock.h"
|
||||
#include "Modules.h"
|
||||
#include "Nick.h"
|
||||
#include "User.h"
|
||||
#include "znc.h"
|
||||
#include <znc/Chan.h>
|
||||
#include <znc/FileUtils.h>
|
||||
#include <znc/IRCSock.h>
|
||||
#include <znc/Modules.h>
|
||||
#include <znc/Nick.h>
|
||||
#include <znc/User.h>
|
||||
#include <znc/znc.h>
|
||||
|
||||
#include "modperl/module.h"
|
||||
#include "modperl/swigperlrun.h"
|
||||
|
||||
Reference in New Issue
Block a user