summaryrefslogtreecommitdiff
path: root/cpp/src/msgpack/object.hpp
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@users.sourceforge.jp>2010-08-27 16:45:48 +0900
committerfrsyuki <frsyuki@users.sourceforge.jp>2010-08-27 16:45:48 +0900
commit59ba8dec4ee082e8777047e6ae72e8b6998cdc79 (patch)
treea5e1e1f322cb21509d53b8059da2bfba013e9f06 /cpp/src/msgpack/object.hpp
parentc8e351b31e28042c10f7406238636c92a64a696c (diff)
downloadmsgpack-python-59ba8dec4ee082e8777047e6ae72e8b6998cdc79.tar.gz
cpp: fixes include paths
Diffstat (limited to 'cpp/src/msgpack/object.hpp')
-rw-r--r--cpp/src/msgpack/object.hpp6
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>