mirror of
https://github.com/znc/znc.git
synced 2026-07-06 01:41:12 +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:
@@ -9,10 +9,10 @@
|
||||
* Author: imaginos <imaginos@imaginos.net>
|
||||
*/
|
||||
|
||||
#include "FileUtils.h"
|
||||
#include "MD5.h"
|
||||
#include "User.h"
|
||||
#include "znc.h"
|
||||
#include <znc/FileUtils.h>
|
||||
#include <znc/MD5.h>
|
||||
#include <znc/User.h>
|
||||
#include <znc/znc.h>
|
||||
#include <sstream>
|
||||
|
||||
using std::stringstream;
|
||||
|
||||
Reference in New Issue
Block a user