Moved the timeout code to where it belongs, along with the network backend code.

This commit is contained in:
Jan Vidar Krey
2010-01-26 22:54:14 +01:00
parent de72d4ae63
commit f54e8dbbba
4 changed files with 2 additions and 3 deletions

View File

@@ -62,13 +62,13 @@ extern "C" {
#include "util/log.h"
#include "util/memory.h"
#include "util/misc.h"
#include "util/timeout.h"
#include "util/tiger.h"
#include "adc/sid.h"
#include "adc/message.h"
#include "network/network.h"
#include "network/connection.h"
#include "network/timeout.h"
#include "core/auth.h"
#include "core/config.h"