diff --git a/backends/skype/skypeplugin.cpp b/backends/skype/skypeplugin.cpp index 6a0f64e7679f1b380169b2208e2cf94b528cafd3..aa638e056b047ff8b28d2273fd843422fbcefb5c 100644 --- a/backends/skype/skypeplugin.cpp +++ b/backends/skype/skypeplugin.cpp @@ -22,18 +22,17 @@ #include "skype.h" #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"