[SCM] kodi-pvr-vdr-vnsi/master: {request, response}packet: #include cleanup
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Sun Feb 28 15:46:49 UTC 2016
The following commit has been merged in the master branch:
commit 29f2f563a0d4a5e98ef5858b2de6f2b2236a4926
Author: Max Kellermann <max at duempel.org>
Date: Thu Nov 5 22:22:46 2015 +0100
{request,response}packet: #include cleanup
diff --git a/src/requestpacket.cpp b/src/requestpacket.cpp
index 841beba..b66f9bb 100644
--- a/src/requestpacket.cpp
+++ b/src/requestpacket.cpp
@@ -19,15 +19,14 @@
*
*/
-#include <stdlib.h>
-#include <string.h>
-#include <stdio.h>
-
#include "requestpacket.h"
#include "vnsicommand.h"
#include "tools.h"
#include "platform/sockets/tcp.h"
+#include <stdlib.h>
+#include <string.h>
+
uint32_t cRequestPacket::serialNumberCounter = 1;
cRequestPacket::cRequestPacket()
diff --git a/src/responsepacket.cpp b/src/responsepacket.cpp
index b331286..48293fe 100644
--- a/src/responsepacket.cpp
+++ b/src/responsepacket.cpp
@@ -19,15 +19,14 @@
*
*/
-#include <stdlib.h>
-#include <string.h>
-
#include "responsepacket.h"
#include "vnsicommand.h"
#include "tools.h"
-#include "client.h"
#include "platform/sockets/tcp.h"
+#include <stdlib.h>
+#include <string.h>
+
cResponsePacket::cResponsePacket()
{
userDataLength = 0;
--
kodi-pvr-vdr-vnsi packaging
More information about the pkg-multimedia-commits
mailing list