st/dri: Headers and public symbols clean up.
[mesa.git] / src / gallium / state_trackers / dri / dri_screen.c
index b6cd92d0f85285a3391b3fa4e4d02bdd60b54a78..cffe3b33b2f6e59f35b596547aadc83184961b43 100644 (file)
@@ -41,7 +41,6 @@
 #include "pipe/p_screen.h"
 #include "pipe/p_format.h"
 #include "state_tracker/drm_api.h"
-#include "state_tracker/dri1_api.h"
 
 #include "util/u_debug.h"
 
@@ -304,7 +303,7 @@ dri_destroy_screen(__DRIscreen * sPriv)
    sPriv->private = NULL;
 }
 
-PUBLIC const struct __DriverAPIRec driDriverAPI = {
+const struct __DriverAPIRec driDriverAPI = {
    .DestroyScreen = dri_destroy_screen,
    .CreateContext = dri_create_context,
    .DestroyContext = dri_destroy_context,