mesa: remove unneeded #includes
authorBrian Paul <brianp@vmware.com>
Wed, 28 Oct 2009 17:13:21 +0000 (11:13 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 28 Oct 2009 17:13:21 +0000 (11:13 -0600)
src/mesa/shader/hash_table.c
src/mesa/shader/symbol_table.c

index 881179f9d850dbae5402d5b26c0bc0f41a602fc1..e89a2564d76ce125663f0328bc1c5dd5f9cdc010 100644 (file)
  *
  * \author Ian Romanick <ian.d.romanick@intel.com>
  */
-#include <stdlib.h>
-#include <string.h>
-
-#include <assert.h>
 
 #include "main/imports.h"
 #include "main/simple_list.h"
index 73eeb616f340b94db39d3cd4e47fa04b4b0f967d..1f6d9b844d622d8c641c53e878be5f9c0d5a445a 100644 (file)
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  * DEALINGS IN THE SOFTWARE.
  */
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <errno.h>
-#include <assert.h>
 
 #include "main/imports.h"
 #include "symbol_table.h"