diff --git a/backends/skype/main.cpp b/backends/skype/main.cpp index 1516dc1057f52a1fff059521129d8422bf0e2c2e..181698524d1ca4439da08da984a207ecb1059ab2 100644 --- a/backends/skype/main.cpp +++ b/backends/skype/main.cpp @@ -3,18 +3,18 @@ #include "sqlite3.h" #include -#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/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 #include "sys/wait.h" #include "sys/signal.h"