wgl: use gldrv.h instead of stw_icd.h
[mesa.git] / src / gallium / state_trackers / wgl / stw_pixelformat.c
index 3ad5dd21714f97977ccd434aead39bb57de7fe85..fe54e26845d7175cf2e74e00497ab79df9bb2510 100644 (file)
@@ -33,7 +33,8 @@
 #include "util/u_debug.h"
 #include "util/u_memory.h"
 
-#include "stw_icd.h"
+#include <GL/gl.h>
+#include "gldrv.h"
 #include "stw_device.h"
 #include "stw_pixelformat.h"
 #include "stw_tls.h"