diff --git a/backends/swiften/main.cpp b/backends/swiften/main.cpp index 517da09e7fe4dd67bef1eb032d404cf3c8b4b5a6..8ccbb2d69bce7625a902490e3e7d18eb6a938278 100644 --- a/backends/swiften/main.cpp +++ b/backends/swiften/main.cpp @@ -1,7 +1,7 @@ // Transport includes -#include "transport/config.h" -#include "transport/networkplugin.h" -#include "transport/logging.h" +#include "transport/Config.h" +#include "transport/NetworkPlugin.h" +#include "transport/Logging.h" #include "boost/date_time/posix_time/posix_time.hpp"