From d744e4d421c313a3b4d786e11a311f73da19fc41 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Dec 2017 09:20:16 -0500 Subject: Clean up includes in public headers --- ingen/types.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ingen/types.hpp') diff --git a/ingen/types.hpp b/ingen/types.hpp index d1055e22..b0d73194 100644 --- a/ingen/types.hpp +++ b/ingen/types.hpp @@ -23,7 +23,6 @@ namespace Ingen { -#if __cplusplus >= 201103L template using SPtr = std::shared_ptr; @@ -32,11 +31,6 @@ using WPtr = std::weak_ptr; template using MPtr = Raul::managed_ptr; -#else -#define SPtr std::shared_ptr -#define WPtr std::weak_ptr -#define MPtr Raul::managed_ptr -#endif template void NullDeleter(T* ptr) {} -- cgit v1.2.1