summaryrefslogtreecommitdiff
path: root/check/main.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2018-02-01 17:14:42 +0100
committerDavid Sterba <dsterba@suse.com>2018-02-02 16:01:59 +0100
commit6d3fea8f46568ae9f54bd50f9de2aeeb76e0cd23 (patch)
tree0e6fa544f1b717e1132cb752902a05912ff5ced5 /check/main.c
parent3876f9f1d5aee34f9c625be0226fcca22fd598d9 (diff)
btrfs-progs: check: rename files after moving code
Add prefixes to the files so it's clear they belong to the mode group. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'check/main.c')
-rw-r--r--check/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/check/main.c b/check/main.c
index b4ecd5e9..c051a862 100644
--- a/check/main.c
+++ b/check/main.c
@@ -43,9 +43,9 @@
#include "kernel-shared/ulist.h"
#include "hash.h"
#include "help.h"
-#include "check/original.h"
-#include "check/lowmem.h"
-#include "check/common.h"
+#include "check/mode-common.h"
+#include "check/mode-original.h"
+#include "check/mode-lowmem.h"
enum task_position {
TASK_EXTENTS,