mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
put FEATURE_NV_vertex_program around vpstate.h include
This commit is contained in:
parent
3ee066b48f
commit
6412641b19
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: context.c,v 1.188 2002/10/30 19:49:29 brianp Exp $ */
|
||||
/* $Id: context.c,v 1.188.2.1 2002/11/19 15:25:16 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -49,7 +49,9 @@
|
|||
#include "texstate.h"
|
||||
#include "mtypes.h"
|
||||
#include "varray.h"
|
||||
#if FEATURE_NV_vertex_program
|
||||
#include "vpstate.h"
|
||||
#endif
|
||||
#include "vtxfmt.h"
|
||||
#include "math/m_translate.h"
|
||||
#include "math/m_matrix.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue