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

This commit is contained in:
Vinson Lee
2010-11-09 06:08:29 -08:00
parent c509bf91ec
commit 0c123679fc
+3 -1
View File
@@ -26,7 +26,9 @@
#ifndef MULTISAMPLE_H
#define MULTISAMPLE_H
#include "mtypes.h"
#include "glheader.h"
struct gl_context;
extern void GLAPIENTRY
_mesa_SampleCoverageARB(GLclampf value, GLboolean invert);