btrfs-progs: move props.h to cmds/

This is included only by the command line handler, move it there.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2021-09-07 19:33:24 +02:00
parent ee17bcec33
commit 022a560033
3 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
#include <sys/stat.h>
#include "cmds/commands.h"
#include "props.h"
#include "cmds/props.h"
#include "kernel-shared/ctree.h"
#include "common/utils.h"
#include "common/help.h"

View file

@ -27,7 +27,7 @@
#include "cmds/commands.h"
#include "common/utils.h"
#include "common/open-utils.h"
#include "props.h"
#include "cmds/props.h"
#define XATTR_BTRFS_PREFIX "btrfs."
#define XATTR_BTRFS_PREFIX_LEN (sizeof(XATTR_BTRFS_PREFIX) - 1)