don't include strings.h
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 17 May 2005 18:44:33 +0000 (18:44 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 17 May 2005 18:44:33 +0000 (18:44 +0000)
src/mesa/main/texenvprogram.c
src/mesa/tnl/t_vp_build.c

index 73681b1..ee75303 100644 (file)
@@ -25,8 +25,6 @@
  * 
  **************************************************************************/
 
-#include <strings.h>
-
 #include "glheader.h"
 #include "macros.h"
 #include "enums.h"
index 4926f0e..f267169 100644 (file)
@@ -30,8 +30,6 @@
  */
 
 
-#include <strings.h>
-
 #include "glheader.h"
 #include "macros.h"
 #include "enums.h"