[base] Move run_set to namespace base
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| #ifndef THIN_DEVICE_CHECKER_H | ||||
| #define THIN_DEVICE_CHECKER_H | ||||
|  | ||||
| #include "base/run.h" | ||||
| #include "persistent-data/data-structures/btree.h" | ||||
| #include "persistent-data/run.h" | ||||
|  | ||||
| //---------------------------------------------------------------- | ||||
|  | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| #ifndef MAPPING_TREE_H | ||||
| #define MAPPING_TREE_H | ||||
|  | ||||
| #include "base/run.h" | ||||
| #include "persistent-data/data-structures/btree.h" | ||||
| #include "persistent-data/run.h" | ||||
|  | ||||
| //---------------------------------------------------------------- | ||||
|  | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| #ifndef THIN_RMAP_VISITOR_H | ||||
| #define THIN_RMAP_VISITOR_H | ||||
|  | ||||
| #include "persistent-data/run.h" | ||||
| #include "base/run.h" | ||||
| #include "thin-provisioning/mapping_tree.h" | ||||
|  | ||||
| //---------------------------------------------------------------- | ||||
|   | ||||
| @@ -7,8 +7,8 @@ | ||||
| #include "version.h" | ||||
|  | ||||
| #include "base/indented_stream.h" | ||||
| #include "base/run.h" | ||||
| #include "persistent-data/data-structures/btree_damage_visitor.h" | ||||
| #include "persistent-data/run.h" | ||||
| #include "persistent-data/space-maps/core.h" | ||||
| #include "persistent-data/space-maps/disk.h" | ||||
| #include "persistent-data/file_utils.h" | ||||
|   | ||||
| @@ -6,8 +6,8 @@ | ||||
|  | ||||
| #include "version.h" | ||||
|  | ||||
| #include "base/run.h" | ||||
| #include "persistent-data/data-structures/btree_damage_visitor.h" | ||||
| #include "persistent-data/run.h" | ||||
| #include "persistent-data/space-maps/core.h" | ||||
| #include "persistent-data/file_utils.h" | ||||
| #include "thin-provisioning/commands.h" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user