diff options
author | Michal Jarzabek <stiopa@gmail.com> | 2015-11-23 20:32:55 +0100 |
---|---|---|
committer | Michal Jarzabek <stiopa@gmail.com> | 2015-11-30 20:38:51 +0100 |
commit | 206b8e2cc6157451d5c7548e294461408e0b0c8f (patch) | |
tree | 85bb1c530e74a5c41b04fed7333ac19a05f78333 /src/os/DBObjectMap.h | |
parent | common/buffer: changed buffer from class to namespace (diff) | |
download | ceph-206b8e2cc6157451d5c7548e294461408e0b0c8f.tar.xz ceph-206b8e2cc6157451d5c7548e294461408e0b0c8f.zip |
common/buffer: forward declare buffer
Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
Diffstat (limited to 'src/os/DBObjectMap.h')
-rw-r--r-- | src/os/DBObjectMap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/DBObjectMap.h b/src/os/DBObjectMap.h index 00ce46ee868..4b81acbd948 100644 --- a/src/os/DBObjectMap.h +++ b/src/os/DBObjectMap.h @@ -2,7 +2,7 @@ #ifndef DBOBJECTMAP_DB_H #define DBOBJECTMAP_DB_H -#include "include/buffer.h" +#include "include/buffer_fwd.h" #include <set> #include <map> #include <string> |