]> jfr.im git - irc/rizon/znc.git/commit
Don't include FileUtils.h in znc.h or Modules.h
authorUli Schlachter <redacted>
Sun, 3 Apr 2011 08:21:59 +0000 (10:21 +0200)
committerUli Schlachter <redacted>
Sun, 3 Apr 2011 08:21:59 +0000 (10:21 +0200)
commit8e59f751251dda5984ea729c79e83e743ca9d57e
tree98d553aa096c1c0aafd6e27289d482bbc57228e6
parentad442f4f107260d91e91c3e2121984fbff4b9b32
Don't include FileUtils.h in znc.h or Modules.h

Both these headers only really need CFile* which can be handled with a forward
declaration.

To make this possible, some methods are moved from the header file into the
corresponding implementation file, because they used CFile or CDir static
members.

Signed-off-by: Uli Schlachter <redacted>
HTTPSock.cpp
Modules.cpp
Modules.h
znc.cpp
znc.h