From fcd8ffe8e14861c22d1b937f898793dc5f6a1420 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 12 Feb 2010 23:18:08 -0800 Subject: dri: Remove unnecessary headers. --- src/mesa/drivers/dri/common/xmlconfig.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/mesa/drivers/dri/common/xmlconfig.c') diff --git a/src/mesa/drivers/dri/common/xmlconfig.c b/src/mesa/drivers/dri/common/xmlconfig.c index 46ba2ffbfed..477259ea7e0 100644 --- a/src/mesa/drivers/dri/common/xmlconfig.c +++ b/src/mesa/drivers/dri/common/xmlconfig.c @@ -39,13 +39,6 @@ #include "dri_util.h" #include "xmlconfig.h" -/* - * OS dependent ways of getting the name of the running program - */ -#if (defined(__unix__) || defined(unix)) && !defined(USG) -#include -#endif - #undef GET_PROGRAM_NAME #if (defined(__GNU_LIBRARY__) || defined(__GLIBC__)) && !defined(__UCLIBC__) -- cgit v1.2.3