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");