mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Localize #include "pic.h" from clockdomain.h
This commit is contained in:
@@ -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:
|
||||
|
@@ -23,6 +23,7 @@
|
||||
#ifndef DOSBOX_DOSBOX_H
|
||||
#include "dosbox.h"
|
||||
#endif
|
||||
#include "pic.h"
|
||||
|
||||
#include <math.h> /* for fabs */
|
||||
|
||||
|
@@ -37,6 +37,7 @@
|
||||
#include "menu.h"
|
||||
#include "debug.h"
|
||||
#include "debug_inc.h"
|
||||
#include "pic.h"
|
||||
|
||||
#include <stdexcept>
|
||||
#include <exception>
|
||||
|
@@ -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>
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
#include "dosbox.h"
|
||||
|
||||
#include "pic.h"
|
||||
#include "setup.h"
|
||||
#include "serialdummy.h"
|
||||
#include "serialport.h"
|
||||
|
Reference in New Issue
Block a user