draw: add support for num_samples + sample_stride to the image paths
[mesa.git] / src / mesa / state_tracker / st_cb_semaphoreobjects.c
index 4a3faf575381b5982a880ac5ebb5909779a2fa01..7a32d9b138f73600676a4845e52e741962d2490c 100644 (file)
@@ -21,7 +21,7 @@
  * DEALINGS IN THE SOFTWARE.
  */
 
-#include "main/imports.h"
+
 #include "main/mtypes.h"
 #include "main/context.h"
 
@@ -29,6 +29,7 @@
 
 #include "st_context.h"
 #include "st_texture.h"
+#include "st_util.h"
 #include "st_cb_bitmap.h"
 #include "st_cb_bufferobjects.h"
 #include "st_cb_semaphoreobjects.h"