diff options
author | frsyuki <frsyuki@users.sourceforge.jp> | 2009-08-19 17:36:05 +0900 |
---|---|---|
committer | frsyuki <frsyuki@users.sourceforge.jp> | 2009-08-19 17:36:05 +0900 |
commit | 387eca6fbf8c18bf32f35eeb7dab53f2be670c33 (patch) | |
tree | 95e6b7fac3f16605b203eace3d516da24d493114 /cpp/object.cpp | |
parent | b2381d0513e3ec9a874643b7faf7afeb4490a1e7 (diff) | |
download | msgpack-python-387eca6fbf8c18bf32f35eeb7dab53f2be670c33.tar.gz |
cpp-0.3.7
Diffstat (limited to 'cpp/object.cpp')
-rw-r--r-- | cpp/object.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/object.cpp b/cpp/object.cpp index eb45f77..a7adb71 100644 --- a/cpp/object.cpp +++ b/cpp/object.cpp @@ -16,7 +16,6 @@ // limitations under the License. // #include "msgpack/object.hpp" - #include <string.h> namespace msgpack { |