mesa: Clean up header file inclusion in lines.h.

This commit is contained in:
Vinson Lee 2010-11-09 05:47:17 -08:00
parent a20e440c65
commit e09800432b

View file

@ -33,8 +33,9 @@
#define LINES_H
#include "mtypes.h"
#include "glheader.h"
struct gl_context;
extern void GLAPIENTRY
_mesa_LineWidth( GLfloat width );