mesa: document sRGBDecode field
[mesa.git] / src / mesa / main / histogram.h
index dbae1bbd06b253413e00db6af95c03f2af34b216..577324222ca20f4fde000d8b3c31e695fbf6737d 100644 (file)
 #ifndef HISTOGRAM_H
 #define HISTOGRAM_H
 
-#include "main/mtypes.h"
+#include "compiler.h"
+#include "mfeatures.h"
+
+struct _glapi_table;
 
 #if FEATURE_histogram
 
@@ -52,6 +55,4 @@ _mesa_init_histogram_dispatch(struct _glapi_table *disp)
 
 #endif /* FEATURE_histogram */
 
-extern void _mesa_init_histogram( GLcontext * ctx );
-
 #endif /* HISTOGRAM_H */