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
+3 -3
View File
@@ -22,9 +22,9 @@
// It is strongly suggested that you enable SSL between znc and your client otherwise the encryption stops at znc and gets sent to your client in plain text.
//
#include "Chan.h"
#include "User.h"
#include "IRCNetwork.h"
#include <znc/Chan.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#define REQUIRESSL 1