mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-23 12:14:24 +08:00
libbtrfs: remove unneeded includes from kerncompat.h
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
9b5ae7c6d7
commit
2f297355c9
@ -26,17 +26,9 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <endian.h>
|
||||
#include <byteswap.h>
|
||||
#include <assert.h>
|
||||
#include <stddef.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/const.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <features.h>
|
||||
|
||||
/*
|
||||
* Libc compatibility.
|
||||
|
@ -42,6 +42,8 @@
|
||||
#include "btrfs/send-utils.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
/*
|
||||
* Reduced code snippet from snapper.git/snapper/Btrfs.cc
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user