remove final imports.h and imports.c bits
[mesa.git] / src / mesa / main / shared.c
index 18e1d7501553aa652a83f4e753ff56fe9ef7bd03..357368b38deb8bf221585adfe3a3280650cff5fa 100644 (file)
@@ -27,7 +27,7 @@
  * Shared-context state
  */
 
-#include "util/imports.h"
+
 #include "mtypes.h"
 #include "hash.h"
 #include "atifragshader.h"
@@ -330,7 +330,7 @@ delete_semaphore_object_cb(GLuint id, void *data, void *userData)
  *
  * \param ctx GL context.
  * \param shared shared state pointer.
- * 
+ *
  * Frees the display lists, the texture objects (calling the driver texture
  * deletion callback to free its private data) and the vertex programs, as well
  * as their hash tables.