From e1aa985d9545318334cc846168b3eac95ac41e3f Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Wed, 11 Sep 2024 20:38:52 +0200 Subject: [PATCH] include X11/Xlib.h where meaningful --- src/display.h | 2 ++ src/emulator.c | 2 -- src/monitor.c | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/display.h b/src/display.h index 09a0775..1fea3a8 100644 --- a/src/display.h +++ b/src/display.h @@ -69,6 +69,8 @@ .- */ +#include + /*--------------------------------------------------------------------------- Data type definitions - require config.h, machdep.h, cpu.h ---------------------------------------------------------------------------*/ diff --git a/src/emulator.c b/src/emulator.c index b50b597..290ba24 100644 --- a/src/emulator.c +++ b/src/emulator.c @@ -118,8 +118,6 @@ static char rcs_id[] = "$Id: emulator.c,v 4.1 2000/12/11 09:54:19 cibrario Rel $ #include #include -#include - #include "config.h" #include "machdep.h" #include "cpu.h" diff --git a/src/monitor.c b/src/monitor.c index 6fe41f9..54d9ead 100644 --- a/src/monitor.c +++ b/src/monitor.c @@ -76,8 +76,6 @@ static char rcs_id[] = "$Id: monitor.c,v 4.1 2000/12/11 09:54:19 cibrario Rel $" #include #include -#include - #include "config.h" #include "machdep.h" #include "cpu.h"