diff --git a/backends/skype/skypedb.cpp b/backends/skype/skypedb.cpp index f086866f85f888f232b7b30a510e2514dad2f919..ce144a56c08ac1335ee817bfd40a49983ab6bab1 100644 --- a/backends/skype/skypedb.cpp +++ b/backends/skype/skypedb.cpp @@ -20,18 +20,17 @@ #include "skypedb.h" -#include "transport/config.h" -#include "transport/logging.h" -#include "transport/transport.h" -#include "transport/usermanager.h" -#include "transport/memoryusage.h" -#include "transport/sqlite3backend.h" -#include "transport/userregistration.h" -#include "transport/user.h" -#include "transport/storagebackend.h" -#include "transport/rostermanager.h" -#include "transport/conversation.h" -#include "transport/networkplugin.h" +#include "transport/Logging.h" +#include "transport/Transport.h" +#include "transport/UserManager.h" +#include "transport/MemoryUsage.h" +#include "transport/SQLite3Backend.h" +#include "transport/UserRegistration.h" +#include "transport/User.h" +#include "transport/StorageBackend.h" +#include "transport/RosterManager.h" +#include "transport/Conversation.h" +#include "transport/NetworkPlugin.h" #include #include "sys/wait.h" #include "sys/signal.h"