No need to include <memory>
authorBrian Aker <brian@tangent.org>
Sat, 18 Feb 2012 01:02:18 +0000 (17:02 -0800)
committerBrian Aker <brian@tangent.org>
Sat, 18 Feb 2012 01:02:18 +0000 (17:02 -0800)
libmemcached/memory.h

index 3d5faf8a243fb4930e4fc79b0f7c9a0c435bdc3a..269338a108a591060e990bde96da13321729b6ae 100644 (file)
@@ -41,7 +41,6 @@
 #ifdef __cplusplus
 #include <cstddef>
 #include <cstdlib>
-#include <memory>
 #else
 #include <stddef.h>
 #include <stdlib.h>