Localize #include "pic.h" from clockdomain.h

This commit is contained in:
Allofich
2021-06-06 15:13:29 +09:00
parent 2d4f98342e
commit 8c65dec7f2
5 changed files with 5 additions and 3 deletions

View File

@@ -10,8 +10,7 @@
#ifndef DOSBOX_CLOCKDOMAIN_H
#define DOSBOX_CLOCKDOMAIN_H
/* this code contains support for existing DOSBox code that uses PIC_AddEvent, etc. callbacks */
#include "pic.h"
#include <string>
class ClockDomain {
public:

View File

@@ -23,6 +23,7 @@
#ifndef DOSBOX_DOSBOX_H
#include "dosbox.h"
#endif
#include "pic.h"
#include <math.h> /* for fabs */

View File

@@ -37,6 +37,7 @@
#include "menu.h"
#include "debug.h"
#include "debug_inc.h"
#include "pic.h"
#include <stdexcept>
#include <exception>

View File

@@ -42,6 +42,7 @@
#include "render.h"
#include "jfont.h"
#include "../ints/int10.h"
#include "pic.h"
#if defined(WIN32)
#include "../dos/cdrom.h"
#include <shellapi.h>

View File

@@ -18,7 +18,7 @@
#include "dosbox.h"
#include "pic.h"
#include "setup.h"
#include "serialdummy.h"
#include "serialport.h"