diff options
author | Vinson Lee <[email protected]> | 2010-11-13 01:16:12 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-13 01:16:12 -0800 |
commit | 3f6b1756f865e012eff8ef0533e184fc5e9d4472 (patch) | |
tree | a05b54d1623b26ee5ebb149c850bd3a0481c77e1 | |
parent | 56b4819932b0a44bfef9e10ed5f55649534252a8 (diff) |
mesa: Clean up header file inclusion in points.h.
-rw-r--r-- | src/mesa/main/points.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/points.h b/src/mesa/main/points.h index b222379b1b5..306a8a572f9 100644 --- a/src/mesa/main/points.h +++ b/src/mesa/main/points.h @@ -32,7 +32,9 @@ #define POINTS_H -#include "mtypes.h" +#include "glheader.h" + +struct gl_context; extern void GLAPIENTRY |