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:
Uli Schlachter
2011-04-03 11:48:50 +02:00
parent 1761fe71e4
commit 3f24f28736
23 changed files with 52 additions and 29 deletions

View File

@@ -10,11 +10,12 @@
#include "Chan.h"
#include "DCCBounce.h"
#include "DCCSock.h"
#include "FileUtils.h"
#include "IRCSock.h"
#include "Listener.h"
#include "Server.h"
#include "User.h"
#include "znc.h"
#include "Listener.h"
void CClient::UserCommand(CString& sLine) {
if (!m_pUser) {