xquartz: Remove unused include of AvailabilityMacros.h from various sources

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
(cherry picked from commit 5e7c0762e6)
This commit is contained in:
Jeremy Huddleston Sequoia 2021-01-27 13:43:01 -08:00
parent 393da8b439
commit bc1a2a0d83
9 changed files with 0 additions and 14 deletions

View File

@ -35,8 +35,6 @@
#include <dix-config.h>
#endif
#include <AvailabilityMacros.h>
#include <dlfcn.h>
#include <OpenGL/OpenGL.h>

View File

@ -48,7 +48,6 @@
#include <mach/mach.h>
#include <unistd.h>
#include <AvailabilityMacros.h>
#include <pthread.h>

View File

@ -29,7 +29,6 @@
*/
#include "sanitizedCarbon.h"
#include <AvailabilityMacros.h>
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>

View File

@ -29,7 +29,6 @@
*/
#include <CoreFoundation/CoreFoundation.h>
#include <AvailabilityMacros.h>
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>

View File

@ -50,8 +50,6 @@
#include <signal.h>
#include <AvailabilityMacros.h>
#include "launchd_fd.h"
static char x11_path[PATH_MAX + 1];

View File

@ -35,8 +35,6 @@
#include <asl.h>
#include <AvailabilityMacros.h>
#define Cursor X_Cursor
#undef _SHAPE_H_
#include <X11/Xlib.h>

View File

@ -46,7 +46,6 @@
#include <stdlib.h>
#include <errno.h>
#include <sys/stat.h>
#include <AvailabilityMacros.h>
#include "quartz.h"
#include "darwin.h"

View File

@ -42,8 +42,6 @@
#include "X11Application.h"
#include <AvailabilityMacros.h>
#include <X11/extensions/randr.h>
#include <randrstr.h>
#include <IOKit/graphics/IOGraphicsTypes.h>

View File

@ -69,8 +69,6 @@
#include "x-hook.h"
#include "driWrap.h"
#include <AvailabilityMacros.h>
static DevPrivateKeyRec DRIScreenPrivKeyRec;
#define DRIScreenPrivKey (&DRIScreenPrivKeyRec)
static DevPrivateKeyRec DRIWindowPrivKeyRec;