From d78a5db38149d1e6c1b3ae22394b54bc3d3c6d22 Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Sat, 7 Aug 2021 13:48:34 -0400 Subject: [PATCH] namespace cleanup --- sacn/sacn.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sacn/sacn.h b/sacn/sacn.h index 075f868..ba4a676 100644 --- a/sacn/sacn.h +++ b/sacn/sacn.h @@ -28,11 +28,7 @@ // E1.31 Lightweight streaming protocol for transport of DMX512 using ACN namespace SACN { - using namespace ACN; -using std::uint8_t; -using std::uint16_t; -using std::uint32_t; // Appendix A: Defined Parameters (Normative) static const uint32_t VECTOR_ROOT_E131_DATA = 0x00000004;