]> jfr.im git - irc/rizon/znc.git/commit
Include less headers in WebModules.h
authorUli Schlachter <redacted>
Sun, 3 Apr 2011 08:06:16 +0000 (10:06 +0200)
committerUli Schlachter <redacted>
Sun, 3 Apr 2011 08:06:16 +0000 (10:06 +0200)
commitad442f4f107260d91e91c3e2121984fbff4b9b32
tree3abb47172eda6f0d969b3c1c4b436c3a0e0e78e6
parent3fa04f8c0a16ac95289acf046be873bff6c37197
Include less headers in WebModules.h

From Client.h, only CAuthBase is needed. This is solved by moving the whole
CWebAuth class to WebModules.cpp.

The include of FileUtils.h is avoided by changing the API. GetAvailSkins() now
returns the skin names instead of a CFile for the skin's path.

Signed-off-by: Uli Schlachter <redacted>
WebModules.cpp
WebModules.h
modules/webadmin.cpp