include X11/Xlib.h where meaningful

This commit is contained in:
Gwenhael Le Moine 2024-09-11 20:38:52 +02:00
parent 07230bdd5d
commit e1aa985d95
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
3 changed files with 2 additions and 4 deletions

View file

@ -69,6 +69,8 @@
.- */
#include <X11/Xlib.h>
/*---------------------------------------------------------------------------
Data type definitions - require config.h, machdep.h, cpu.h
---------------------------------------------------------------------------*/

View file

@ -118,8 +118,6 @@ static char rcs_id[] = "$Id: emulator.c,v 4.1 2000/12/11 09:54:19 cibrario Rel $
#include <unistd.h>
#include <sys/time.h>
#include <X11/Xlib.h>
#include "config.h"
#include "machdep.h"
#include "cpu.h"

View file

@ -76,8 +76,6 @@ static char rcs_id[] = "$Id: monitor.c,v 4.1 2000/12/11 09:54:19 cibrario Rel $"
#include <signal.h>
#include <errno.h>
#include <X11/Xlib.h>
#include "config.h"
#include "machdep.h"
#include "cpu.h"