diff --git a/backends/template/plugin.cpp b/backends/template/plugin.cpp index ec4e86ca6dd5946ae4c401e2e27091bb9471afb4..f761184ade04eeb0f2f908d9399eb961f561f1c5 100644 --- a/backends/template/plugin.cpp +++ b/backends/template/plugin.cpp @@ -1,8 +1,8 @@ #include "plugin.h" // 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" // Swiften #include "Swiften/Swiften.h"