mirror of
https://github.com/znc/znc.git
synced 2026-08-03 23:43:42 +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,8 +6,8 @@
|
||||
* by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include "znc.h"
|
||||
#include "User.h"
|
||||
#include <znc/znc.h>
|
||||
#include <znc/User.h>
|
||||
|
||||
class CClientNotifyMod : public CModule {
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user