summaryrefslogtreecommitdiffstats
path: root/src/upnp/upnpmcastsocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/upnp/upnpmcastsocket.cpp')
-rw-r--r--src/upnp/upnpmcastsocket.cpp18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/upnp/upnpmcastsocket.cpp b/src/upnp/upnpmcastsocket.cpp
index ff87432..56df8fa 100644
--- a/src/upnp/upnpmcastsocket.cpp
+++ b/src/upnp/upnpmcastsocket.cpp
@@ -18,8 +18,15 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
+#include <tqstringlist.h>
+#include <tqfile.h>
+#include <tqtextstream.h>
+
+#include <tdesocketdevice.h>
+#include <tdesocketaddress.h>
#include <kurl.h>
#include <kdebug.h>
+
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
@@ -27,16 +34,11 @@
#include <netinet/ip.h>
#include <arpa/inet.h>
#include <netinet/ip.h>
-#include <ntqstringlist.h>
-#include <tdesocketdevice.h>
-#include <tdesocketaddress.h>
-/*#include <util/log.h>
-#include <torrent/globals.h>*/
-#include <ntqfile.h>
-#include <ntqtextstream.h>
-#include "upnpmcastsocket.h"
+#include "upnpmcastsocket.h"
+/*#include <util/log.h>
+#include <torrent/globals.h>*/
using namespace KNetwork;
using namespace bt;