diff --git a/backends/libcommuni/ircnetworkplugin.cpp b/backends/libcommuni/ircnetworkplugin.cpp index 80e2df5d93a16013924c267fb4b1c0395aa0c433..d8354ed613039ac52a5d47b69a407d8c6f6cd3fa 100644 --- a/backends/libcommuni/ircnetworkplugin.cpp +++ b/backends/libcommuni/ircnetworkplugin.cpp @@ -17,10 +17,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ - -#include "ircnetworkplugin.h" #include #include +#include "ircnetworkplugin.h" #include "transport/Logging.h" DEFINE_LOGGER(logger, "IRCNetworkPlugin"); diff --git a/backends/libcommuni/ircnetworkplugin.h b/backends/libcommuni/ircnetworkplugin.h index 6a84e93ba14d571848f5fbc880c61b058dbba0e6..cc8fca02f8f2072e47db565fa6a818ca44c0bcc7 100644 --- a/backends/libcommuni/ircnetworkplugin.h +++ b/backends/libcommuni/ircnetworkplugin.h @@ -21,11 +21,11 @@ #pragma once #ifndef Q_MOC_RUN -#include "transport/Config.h" -#include "transport/NetworkPlugin.h" #include "session.h" #include #include +#include "transport/Config.h" +#include "transport/NetworkPlugin.h" #include "Swiften/EventLoop/Qt/QtEventLoop.h" #endif 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"