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:
Alexey Sokolov
2011-09-23 02:31:23 +07:00
parent 4b1e7143c3
commit e354c24ac1
116 changed files with 463 additions and 463 deletions

View File

@@ -6,12 +6,12 @@
* by the Free Software Foundation.
*/
#include "zncconfig.h"
#include "znc.h"
#include "User.h"
#include "Modules.h"
#include "Socket.h"
#include "FileUtils.h"
#include <znc/zncconfig.h>
#include <znc/znc.h>
#include <znc/User.h>
#include <znc/Modules.h>
#include <znc/Socket.h>
#include <znc/FileUtils.h>
class CBounceDCCMod;