From 7fefe15989a08e255ade5e577c781701b157d430 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 20 Oct 2020 14:40:51 +0200 Subject: Conversion to the cmake building system. Signed-off-by: gregory guy (cherry picked from commit 81b64bcfc0a32fdeb0e4f367adbf273d924e55f4) --- src/upnp/upnprouter.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/upnp/upnprouter.h') diff --git a/src/upnp/upnprouter.h b/src/upnp/upnprouter.h index d0590b9..73463c9 100644 --- a/src/upnp/upnprouter.h +++ b/src/upnp/upnprouter.h @@ -20,13 +20,15 @@ #ifndef KTUPNPROUTER_H #define KTUPNPROUTER_H -#include -#include -#include -#include "exitoperation.h" +#include +#include +#include + #include -#include #include +#include + +#include "exitoperation.h" #include "portlist.h" #include "forwardportlist.h" -- cgit v1.2.1