From: Brian Date: Sat, 11 Aug 2007 15:59:15 +0000 (+0100) Subject: remove #include mtypes.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b13336540b887601d5d9c3106aeece848bf589f;p=mesa.git remove #include mtypes.h --- diff --git a/src/mesa/pipe/p_winsys.h b/src/mesa/pipe/p_winsys.h index b7495a205fe..09baef020ea 100644 --- a/src/mesa/pipe/p_winsys.h +++ b/src/mesa/pipe/p_winsys.h @@ -28,7 +28,6 @@ #ifndef P_WINSYS_H #define P_WINSYS_H -#include "main/mtypes.h" /* This is the interface that softpipe requires any window system * hosting it to implement. This is the only include file in softpipe