projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
6d037da
)
No need to include <memory>
author
Brian Aker
<brian@tangent.org>
Sat, 18 Feb 2012 01:02:18 +0000
(17:02 -0800)
committer
Brian Aker
<brian@tangent.org>
Sat, 18 Feb 2012 01:02:18 +0000
(17:02 -0800)
libmemcached/memory.h
patch
|
blob
|
history
diff --git
a/libmemcached/memory.h
b/libmemcached/memory.h
index 3d5faf8a243fb4930e4fc79b0f7c9a0c435bdc3a..269338a108a591060e990bde96da13321729b6ae 100644
(file)
--- a/
libmemcached/memory.h
+++ b/
libmemcached/memory.h
@@
-41,7
+41,6
@@
#ifdef __cplusplus
#include <cstddef>
#include <cstdlib>
-#include <memory>
#else
#include <stddef.h>
#include <stdlib.h>