Moved flood control stuff to the util package.

This commit is contained in:
Jan Vidar Krey
2010-08-11 20:02:06 +02:00
parent 35b055f9b7
commit 1af7e26c52
4 changed files with 2 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ extern "C" {
#include "util/config_token.h"
#include "util/credentials.h"
#include "util/floodctl.h"
#include "util/ipcalc.h"
#include "util/list.h"
#include "util/log.h"
@@ -76,7 +77,6 @@ extern "C" {
#include "core/auth.h"
#include "core/config.h"
#include "core/floodctl.h"
#include "core/eventid.h"
#include "core/eventqueue.h"
#include "core/netevent.h"