From 44a9f505d79fe843068ecc89e37aec02682fb8a0 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 8 Jan 2009 16:14:45 +0000 Subject: [PATCH] xlib: remove VMS tweaks, these should be moved to p_compiler.h if needed --- src/gallium/state_trackers/xlib/fakeglx.c | 4 ---- src/gallium/state_trackers/xlib/fakeglx.h | 4 ---- src/gallium/state_trackers/xlib/fakeglx_fonts.c | 4 ---- src/gallium/state_trackers/xlib/glxheader.h | 4 ---- 4 files changed, 16 deletions(-) diff --git a/src/gallium/state_trackers/xlib/fakeglx.c b/src/gallium/state_trackers/xlib/fakeglx.c index e62ff239d08..efe1faaa3a4 100644 --- a/src/gallium/state_trackers/xlib/fakeglx.c +++ b/src/gallium/state_trackers/xlib/fakeglx.c @@ -54,10 +54,6 @@ #include "state_tracker/st_public.h" -#ifdef __VMS -#define _mesa_sprintf sprintf -#endif - /* This indicates the client-side GLX API and GLX encoder version. */ #define CLIENT_MAJOR_VERSION 1 #define CLIENT_MINOR_VERSION 4 /* but don't have 1.3's pbuffers, etc yet */ diff --git a/src/gallium/state_trackers/xlib/fakeglx.h b/src/gallium/state_trackers/xlib/fakeglx.h index fc75dafc6d8..e5fd960072e 100644 --- a/src/gallium/state_trackers/xlib/fakeglx.h +++ b/src/gallium/state_trackers/xlib/fakeglx.h @@ -28,10 +28,6 @@ #define FAKEGLX_H -#ifdef __VMS -#include -#endif - #include struct _glxapi_table; diff --git a/src/gallium/state_trackers/xlib/fakeglx_fonts.c b/src/gallium/state_trackers/xlib/fakeglx_fonts.c index c7f61699e5f..cf9cb9d2fb6 100644 --- a/src/gallium/state_trackers/xlib/fakeglx_fonts.c +++ b/src/gallium/state_trackers/xlib/fakeglx_fonts.c @@ -28,10 +28,6 @@ * Copyright (C) 1995 Thorsten.Ohl @ Physik.TH-Darmstadt.de */ -#ifdef __VMS -#include -#endif - #include "glxheader.h" #include "context.h" #include "imports.h" diff --git a/src/gallium/state_trackers/xlib/glxheader.h b/src/gallium/state_trackers/xlib/glxheader.h index e12fac814c5..5596f8aa9a1 100644 --- a/src/gallium/state_trackers/xlib/glxheader.h +++ b/src/gallium/state_trackers/xlib/glxheader.h @@ -26,10 +26,6 @@ #ifndef GLX_HEADER_H #define GLX_HEADER_H -#ifdef __VMS -#include -#endif - #include "glheader.h" # include -- 2.30.2