~vcs-imports-ii/znc/master

« back to all changes in this revision

Viewing changes to modules/away.cpp

  • Committer: Uli Schlachter
  • Date: 2011-04-03 09:50:44 UTC
  • Revision ID: git-v1:3f24f28736304b747ea2fbb5dcf48796011b546c
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>

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
#define REQUIRESSL
13
13
 
14
14
#include "User.h"
 
15
#include "FileUtils.h"
15
16
#include <sys/stat.h>
16
17
 
17
18
#define CRYPT_VERIFICATION_TOKEN "::__:AWAY:__::"