diff options
author | Brian <[email protected]> | 2007-08-11 16:59:15 +0100 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-11 16:59:15 +0100 |
commit | 0b13336540b887601d5d9c3106aeece848bf589f (patch) | |
tree | 349c709a2aa02a0189d181c5668fb3ac500d05b9 /src/mesa/pipe/p_winsys.h | |
parent | 91c2216165e87c7dee665808ac175b186c7c5c9b (diff) |
remove #include mtypes.h
Diffstat (limited to 'src/mesa/pipe/p_winsys.h')
-rw-r--r-- | src/mesa/pipe/p_winsys.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |