[base] Move math_utils to namespace base
This commit is contained in:
		| @@ -20,7 +20,7 @@ | ||||
| #include "thin-provisioning/metadata.h" | ||||
|  | ||||
| #include "persistent-data/file_utils.h" | ||||
| #include "persistent-data/math_utils.h" | ||||
| #include "base/math_utils.h" | ||||
| #include "persistent-data/space-maps/core.h" | ||||
| #include "persistent-data/space-maps/disk.h" | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,7 @@ | ||||
| // with thin-provisioning-tools.  If not, see | ||||
| // <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "persistent-data/math_utils.h" | ||||
| #include "base/math_utils.h" | ||||
| #include "thin-provisioning/thin_pool.h" | ||||
|  | ||||
| #include <stdexcept> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user