mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-23 06:31:28 +00:00
Clean up includes.
This commit is contained in:
parent
f609839894
commit
793335d9b8
@ -24,6 +24,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||||||
#ifndef FLOPPY_IMG_H
|
#ifndef FLOPPY_IMG_H
|
||||||
#define FLOPPY_IMG_H
|
#define FLOPPY_IMG_H
|
||||||
|
|
||||||
|
#include <cinttypes>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#define BLOCK_SIZE 512 // size in bytes of a logical block
|
#define BLOCK_SIZE 512 // size in bytes of a logical block
|
||||||
|
@ -25,8 +25,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <limits>
|
|
||||||
#include <utility>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#ifndef MACHINE_PROPERTIES_H
|
#ifndef MACHINE_PROPERTIES_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user