diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-17 13:52:23 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-17 13:52:46 +0100 |
commit | 4eb8139c8a854a856ce108a0c79a932ab9b6da70 (patch) | |
tree | e10c14e81ac6c37e77db7300aac745c38a7f40d3 /compat/util.hpp | |
parent | 949d847ed9df6d2d2a7931f3f69014aa56a5ab7c (diff) |
compat/util: remove our make_unique custom impl
Diffstat (limited to 'compat/util.hpp')
-rw-r--r-- | compat/util.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/util.hpp b/compat/util.hpp index 81142756..25640483 100644 --- a/compat/util.hpp +++ b/compat/util.hpp @@ -1,8 +1,6 @@ #pragma once #include "ndebug-guard.hpp" - -#include "make-unique.hpp" #include "run-in-thread.hpp" #include <memory> |