diff options
| author | Vinson Lee <vlee@vmware.com> | 2010-07-30 00:00:22 -0700 | 
|---|---|---|
| committer | Vinson Lee <vlee@vmware.com> | 2010-07-30 00:00:22 -0700 | 
| commit | 5264615b52d0ddf3509078d3518588c70005b00c (patch) | |
| tree | 95e260ea9a486d71ad1eedf114fdf23fc5abf7fd /src | |
| parent | 95e3832b53e28f2b771194829a9ec696a5801e9e (diff) | |
mesa: Reduce clip.h header file inclusion.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mesa/main/clip.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/mesa/main/clip.h b/src/mesa/main/clip.h index d53afb45bd..ac472d66e0 100644 --- a/src/mesa/main/clip.h +++ b/src/mesa/main/clip.h @@ -31,7 +31,7 @@  #ifndef CLIP_H  #define CLIP_H -#include "mtypes.h" +#include "glheader.h"  extern void GLAPIENTRY   _mesa_ClipPlane( GLenum plane, const GLdouble *equation ); | 
