diff --git a/backends/libcommuni/main.cpp b/backends/libcommuni/main.cpp index 4a0146b388c853b651565ad023c5261d2935263b..a5100e03c4351ac7b56ad1bc6a38faa08f4489ef 100644 --- a/backends/libcommuni/main.cpp +++ b/backends/libcommuni/main.cpp @@ -17,12 +17,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ - +#include +#include #include "transport/Config.h" #include "transport/NetworkPlugin.h" #include "transport/Logging.h" -#include -#include #include "Swiften/EventLoop/Qt/QtEventLoop.h" #include "ircnetworkplugin.h"