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:
@@ -8,12 +8,13 @@
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
#include "Modules.h"
|
||||
#include "User.h"
|
||||
#include "Chan.h"
|
||||
#include "Nick.h"
|
||||
#include "znc.h"
|
||||
#include "FileUtils.h"
|
||||
#include "IRCSock.h"
|
||||
#include "Modules.h"
|
||||
#include "Nick.h"
|
||||
#include "User.h"
|
||||
#include "znc.h"
|
||||
|
||||
#include "modpython/swigpyrun.h"
|
||||
#include "modpython/module.h"
|
||||
|
||||
Reference in New Issue
Block a user