include light.h to silence warning

This commit is contained in:
Brian Paul 2005-06-21 03:38:10 +00:00
parent dc137ddb3f
commit 90b40c33e7

View file

@ -35,6 +35,7 @@
#include "macros.h"
#include "mtypes.h"
#include "arbprogparse.h"
#include "light.h"
#include "program.h"
#include "math/m_matrix.h"
#include "math/m_translate.h"