mirror of
https://github.com/znc/znc.git
synced 2026-05-07 22:04:46 +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
@@ -6,10 +6,10 @@
|
||||
* by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include "Client.h"
|
||||
#include "Chan.h"
|
||||
#include "User.h"
|
||||
#include "Modules.h"
|
||||
#include <znc/Client.h>
|
||||
#include <znc/Chan.h>
|
||||
#include <znc/User.h>
|
||||
#include <znc/Modules.h>
|
||||
|
||||
class CSampleTimer : public CTimer {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user