diff options
author | 2022-11-26 12:46:31 -0500 | |
---|---|---|
committer | 2022-11-26 12:46:31 -0500 | |
commit | e78804f12a8940917f951c7d3c5ab8b654d403f8 (patch) | |
tree | 1bdd698e72b9f4d8c6269a89b5effd6a2e7064c3 /src/lib/util/harddisk.h | |
parent | b7f9c64e6bd4274ade0b60d1c56c1cab7248cd52 (diff) |
harddisk.h: #include shuffling
Diffstat (limited to 'src/lib/util/harddisk.h')
-rw-r--r-- | src/lib/util/harddisk.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/util/harddisk.h b/src/lib/util/harddisk.h index ab70bad995f..f92c08edec5 100644 --- a/src/lib/util/harddisk.h +++ b/src/lib/util/harddisk.h @@ -13,12 +13,15 @@ #pragma once -#include "chd.h" #include "utilfwd.h" -#include "osdcore.h" +#include <cstdint> +#include <system_error> +#include <vector> +class chd_file; + class hard_disk_file { public: struct info |