include varray.h to silence warning

This commit is contained in:
Brian 2008-03-21 13:42:36 -06:00
parent a429a25cd5
commit 3c9862d337

View file

@ -47,10 +47,10 @@
#include "stencil.h"
#include "texobj.h"
#include "texstate.h"
#include "varray.h"
#include "mtypes.h"
#include "math/m_xform.h"
/**
* Special struct for saving/restoring texture state (GL_TEXTURE_BIT)
*/