do not use logger.h anywhere

This commit is contained in:
Jan Kaluza 2013-01-14 14:49:10 +01:00
parent a385968812
commit 739304aacc
2 changed files with 0 additions and 3 deletions

View file

@ -6,7 +6,6 @@
#include "transport/transport.h"
#include "transport/usermanager.h"
#include "transport/memoryusage.h"
#include "transport/logger.h"
#include "transport/sqlite3backend.h"
#include "transport/userregistration.h"
#include "transport/user.h"
@ -14,7 +13,6 @@
#include "transport/rostermanager.h"
#include "transport/conversation.h"
#include "transport/networkplugin.h"
#include "transport/logger.h"
#include <boost/filesystem.hpp>
#include "sys/wait.h"
#include "sys/signal.h"

View file

@ -2,7 +2,6 @@
#include "transport/transport.h"
#include "transport/filetransfermanager.h"
#include "transport/usermanager.h"
#include "transport/logger.h"
#include "transport/sqlite3backend.h"
#include "transport/mysqlbackend.h"
#include "transport/pqxxbackend.h"