diff --git a/backends/template/plugin.h b/backends/template/plugin.h index 6260ff9743f117fd3002d313954f2a9d29ec5012..b67ac7a9d8893d919c23a0f5cf23d64c0b606266 100644 --- a/backends/template/plugin.h +++ b/backends/template/plugin.h @@ -2,8 +2,8 @@ #include "Swiften/Swiften.h" -#include "transport/config.h" -#include "transport/networkplugin.h" +#include "transport/Config.h" +#include "transport/NetworkPlugin.h" class Plugin : public Transport::NetworkPlugin { public: