mirror of
https://github.com/ceph/ceph
synced 2025-02-22 18:47:18 +00:00
librbd: remove inclusion of endian.h
The file is not available on FreeBSD. Fixes: https://github.com/ceph/ceph/pull/38862 Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
This commit is contained in:
parent
9280858e9f
commit
9693080acd
@ -33,7 +33,6 @@
|
||||
#include "include/ceph_assert.h"
|
||||
#include "include/int_types.h"
|
||||
#include "librbd/migration/QCOW.h"
|
||||
#include <endian.h>
|
||||
|
||||
#define QCOW_MAGIC (('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb)
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include <boost/asio/dispatch.hpp>
|
||||
#include <boost/asio/post.hpp>
|
||||
#include <deque>
|
||||
#include <endian.h>
|
||||
#include <tuple>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
Loading…
Reference in New Issue
Block a user