gl: updated glxext.h to version 27
[mesa.git] / src / gallium / winsys / drm / radeon / core / radeon_r300.h
index cfbdb302661eebb9368bc62726cf4460c4ddfbc4..e655dc32c85bc4a58795c4bb82c72993019549b9 100644 (file)
 #ifndef RADEON_R300_H
 #define RADEON_R300_H
 
-/* XXX WTF is this! I shouldn't have to include those first three! FUCK! */
-#include <stdint.h>
-#include <stdlib.h>
-#include "drm.h"
-#include "radeon_drm.h"
-#include "radeon_cs_gem.h"
-
-#include "r300_winsys.h"
-
-#include "radeon_buffer.h"
+#include "radeon_winsys.h"
 
 void radeon_setup_winsys(int fd, struct radeon_winsys* winsys);