mirror of
https://github.com/znc/znc.git
synced 2026-07-04 00:41:38 +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:
@@ -8,10 +8,10 @@
|
||||
|
||||
#define REQUIRESSL
|
||||
|
||||
#include "Modules.h"
|
||||
#include "User.h"
|
||||
#include "Listener.h"
|
||||
#include "znc.h"
|
||||
#include <znc/Modules.h>
|
||||
#include <znc/User.h>
|
||||
#include <znc/Listener.h>
|
||||
#include <znc/znc.h>
|
||||
|
||||
class CSSLClientCertMod : public CModule {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user