Clean up includes

All the headers are now self-contained (g++ Header.h -o /dev/null).

Some system headers where moved to the .cpp they are actually needed in,
some of our own headers are includes less. (Especially MD5.h)

Headers are sorted alphabetically while in e.g. FileUtils.cpp FileUtils.h
is the first file included.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@915 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2008-01-07 21:31:16 +00:00
parent 3637091b60
commit e72c445694
55 changed files with 123 additions and 285 deletions

View File

@@ -6,10 +6,13 @@
* by the Free Software Foundation.
*/
#include <string.h>
#include "String.h"
#include "FileUtils.h"
#include "MD5.h"
#include "Utils.h"
#include <sstream>
using std::stringstream;
const char* g_szHTMLescapes[256] = {
"&#0;", 0, 0, 0, 0, 0, 0, 0, 0, 0, // 0-9