diff options
Diffstat (limited to 'src/os/hobject.h')
-rw-r--r-- | src/os/hobject.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/os/hobject.h b/src/os/hobject.h index d75ae8570c4..c39e0ed916b 100644 --- a/src/os/hobject.h +++ b/src/os/hobject.h @@ -17,9 +17,8 @@ #include "include/object.h" #include "include/cmp.h" - #include "json_spirit/json_spirit_value.h" -#include "include/assert.h" // spirit clobbers it! +#include "include/assert.h" // spirit clobbers it! typedef uint64_t filestore_hobject_key_t; |