diff options
Diffstat (limited to 'cpp/src/msgpack/object.hpp')
| -rw-r--r-- | cpp/src/msgpack/object.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/msgpack/object.hpp b/cpp/src/msgpack/object.hpp index f80a390..96c026e 100644 --- a/cpp/src/msgpack/object.hpp +++ b/cpp/src/msgpack/object.hpp @@ -18,9 +18,9 @@ #ifndef MSGPACK_OBJECT_HPP__ #define MSGPACK_OBJECT_HPP__ -#include "msgpack/object.h" -#include "msgpack/pack.hpp" -#include "msgpack/zone.hpp" +#include "object.h" +#include "pack.hpp" +#include "zone.hpp" #include <string.h> #include <stdexcept> #include <typeinfo> |
