From 13651c7cf27d8a3f322c75936ab4e7c9b8c24b07 Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Fri, 13 Aug 2021 10:09:56 -0400 Subject: [PATCH] header and namespace cleanup --- rdmnet/rdmnet.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rdmnet/rdmnet.h b/rdmnet/rdmnet.h index 69642de..fc0f3fb 100644 --- a/rdmnet/rdmnet.h +++ b/rdmnet/rdmnet.h @@ -24,13 +24,12 @@ #pragma once #include -#include "acn/acn.h" + #include "rdm/rdm.h" #include "uuid/uuid.h" namespace RDMnet { -using namespace ACN; -using namespace RDM; + using RDM::PID; /// Appendix A: Defined Parameters (Normative) // MDNS_IPV4_MULTICAST_ADDRESS 224.0.0.251 (Informative)