mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +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:
+4
-4
@@ -8,10 +8,10 @@
|
||||
|
||||
#define REQUIRESSL
|
||||
|
||||
#include "FileUtils.h"
|
||||
#include "User.h"
|
||||
#include "Modules.h"
|
||||
#include "IRCSock.h"
|
||||
#include <znc/FileUtils.h>
|
||||
#include <znc/User.h>
|
||||
#include <znc/Modules.h>
|
||||
#include <znc/IRCSock.h>
|
||||
|
||||
class CCertMod : public CModule {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user