Clean up includes.

This commit is contained in:
Maxim Poliakovski 2021-12-05 20:01:57 +01:00
parent f609839894
commit 793335d9b8
2 changed files with 1 additions and 2 deletions

View File

@ -24,6 +24,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#ifndef FLOPPY_IMG_H
#define FLOPPY_IMG_H
#include <cinttypes>
#include <stdio.h>
#define BLOCK_SIZE 512 // size in bytes of a logical block

View File

@ -25,8 +25,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <string>
#include <map>
#include <memory>
#include <limits>
#include <utility>
#include <vector>
#ifndef MACHINE_PROPERTIES_H