aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua/opcua_transport_layer.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-04-07 18:24:18 +0000
committerBill Meier <wmeier@newsguy.com>2010-04-07 18:24:18 +0000
commit5ccee6196a9584cc02fb5a79dffe3a7894beac12 (patch)
treeae84c46a6a9b258bc682a8ee716dc1e121702506 /plugins/opcua/opcua_transport_layer.c
parentf05520099cf12009799997ea35637f8c7f3818ce (diff)
Remove some uneeded #includes
svn path=/trunk/; revision=32419
Diffstat (limited to 'plugins/opcua/opcua_transport_layer.c')
-rw-r--r--plugins/opcua/opcua_transport_layer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/opcua/opcua_transport_layer.c b/plugins/opcua/opcua_transport_layer.c
index 8edd1059c9..e35dd99369 100644
--- a/plugins/opcua/opcua_transport_layer.c
+++ b/plugins/opcua/opcua_transport_layer.c
@@ -30,8 +30,6 @@
#include "opcua_security_layer.h"
#include "opcua_application_layer.h"
#include "opcua_simpletypes.h"
-#include <string.h>
-#include <epan/emem.h>
void dispatchService(proto_tree *tree, tvbuff_t *tvb, gint *pOffset, int ServiceId);