mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Stop including FileUtils.h in any header
This causes every piece of code which wants to use CFile or CDir to have to include FileUtils.h. This causes quite some noise. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -7,11 +7,12 @@
|
||||
*/
|
||||
|
||||
#include "Modules.h"
|
||||
#include "FileUtils.h"
|
||||
#include "Template.h"
|
||||
#include "User.h"
|
||||
#include "WebModules.h"
|
||||
#include "znc.h"
|
||||
#include <dlfcn.h>
|
||||
#include "WebModules.h"
|
||||
#include "Template.h"
|
||||
|
||||
#ifndef RTLD_LOCAL
|
||||
# define RTLD_LOCAL 0
|
||||
|
||||
Reference in New Issue
Block a user