File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 19
19
#include " qt_machinestatus.hpp"
20
20
21
21
extern " C" {
22
- #define EMU_CPU_H // superhack - don't want timer.h to include cpu.h here, and some combo is preventing a compile
23
- extern uint64_t tsc;
24
-
25
22
#include < 86box/hdd.h>
26
23
#include < 86box/timer.h>
27
24
#include < 86box/86box.h>
Original file line number Diff line number Diff line change @@ -48,11 +48,10 @@ extern "C" {
48
48
#include < 86box/machine.h>
49
49
#include < 86box/vid_ega.h>
50
50
#include < 86box/version.h>
51
- #if 0
52
- #include <86box/acpi.h> /* Requires timer.h include, which conflicts with Qt headers */
53
- #endif
54
- extern atomic_int acpi_pwrbut_pressed;
55
- extern int acpi_enabled;
51
+ #include < 86box/timer.h>
52
+ #include < 86box/apm.h>
53
+ #include < 86box/nvr.h>
54
+ #include < 86box/acpi.h>
56
55
57
56
#ifdef USE_VNC
58
57
# include < 86box/vnc.h>
You can’t perform that action at this time.
0 commit comments