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:
Willem Jan Withagen 2021-01-16 14:33:16 +01:00
parent 9280858e9f
commit 9693080acd
2 changed files with 0 additions and 2 deletions

View File

@ -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)

View File

@ -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>