From cd2fc3625d09f2f3f062648ff9963414e0140e2a Mon Sep 17 00:00:00 2001 From: Determinant Date: Wed, 25 Jul 2018 01:22:05 -0400 Subject: ... --- include/salticidae/type.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/salticidae/type.h') diff --git a/include/salticidae/type.h b/include/salticidae/type.h index 13975a5..13d3071 100644 --- a/include/salticidae/type.h +++ b/include/salticidae/type.h @@ -33,7 +33,6 @@ #include #include #include -#include namespace salticidae { @@ -41,8 +40,6 @@ const auto _1 = std::placeholders::_1; const auto _2 = std::placeholders::_2; using bytearray_t = std::vector; -using mutex_lg_t = std::lock_guard; -using mutex_ul_t = std::unique_lock; template T htole(T) = delete; template<> inline uint16_t htole(uint16_t x) { return htole16(x); } -- cgit v1.2.3