summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-05-17 18:44:33 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-05-17 18:44:33 +0000
commitae818ed1da5ba8bbe06fe35b916a851750ef9080 (patch)
tree094e3624e5dc1985c54731f3168485389ac15923 /src/mesa/main
parent198d6d05b033ece21d094c46390ec0faa7612939 (diff)
don't include strings.h
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/texenvprogram.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/texenvprogram.c b/src/mesa/main/texenvprogram.c
index 73681b1a6b..ee75303a29 100644
--- a/src/mesa/main/texenvprogram.c
+++ b/src/mesa/main/texenvprogram.c
@@ -25,8 +25,6 @@
*
**************************************************************************/
-#include <strings.h>
-
#include "glheader.h"
#include "macros.h"
#include "enums.h"