]> jfr.im git - irc/rizon/znc.git/commit
Clean up some includes
authorpsychon <redacted>
Sat, 21 Jun 2008 11:20:30 +0000 (11:20 +0000)
committerpsychon <redacted>
Sat, 21 Jun 2008 11:20:30 +0000 (11:20 +0000)
commitf88c7384b68edaebda32b665a10ed8e1937bc26b
treea0b0954287a0a3157960b4520a3680e32d27aa00
parentbcf59c56eaaaa175d803a5ca60cba48671363d61
Clean up some includes

We no longer include Csocket.h in main.h because only few files actually need
it. (Only HTTPSock.h and Timers.h)

We also clean up some includes in Timers.h. It didn't actually include
the file it needed.

Oh and this also adds a warning to main.h if PATH_MAX is undefined. If this
happens, it is most likely a bug that needs to be addressed. (some missing
includes, I'd guess)

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1099 726aef4b-f618-498e-8847-2d620e286838
Client.h
HTTPSock.h
Timers.h
main.h