glsl: Merge the lists of uniform blocks into the linked shader program.
[mesa.git] / src / mesa / main / histogram.h
index 240087141b349c39acf394e7e105be1bf87f69ed..d97e74abbadcd4a793b527c8bcee7e9668b1adc7 100644 (file)
 #ifndef HISTOGRAM_H
 #define HISTOGRAM_H
 
-#include "main/mtypes.h"
+#include "compiler.h"
+#include "mfeatures.h"
+
+struct _glapi_table;
 
 #if FEATURE_histogram
 
@@ -45,7 +48,7 @@ _mesa_init_histogram_dispatch(struct _glapi_table *disp);
 
 #else /* FEATURE_histogram */
 
-static INLINE void
+static inline void
 _mesa_init_histogram_dispatch(struct _glapi_table *disp)
 {
 }