From: Eric Anholt Date: Tue, 1 Jun 2004 02:00:25 +0000 (+0000) Subject: Remove unnecessary #include "mach64_common.h" which breaks the build for me. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0c0f5c2b728da25e7f390922c6ceb252b42ce0ff;p=mesa.git Remove unnecessary #include "mach64_common.h" which breaks the build for me. --- diff --git a/src/mesa/drivers/dri/mach64/server/mach64_dri.h b/src/mesa/drivers/dri/mach64/server/mach64_dri.h index f89001917c5..01c4dcf2028 100644 --- a/src/mesa/drivers/dri/mach64/server/mach64_dri.h +++ b/src/mesa/drivers/dri/mach64/server/mach64_dri.h @@ -32,7 +32,6 @@ #define __MACH64_DRI_H__ 1 #include "xf86drm.h" -#include "mach64_common.h" typedef struct { drmHandle fbHandle;