diff options
author | Vinson Lee <[email protected]> | 2010-02-12 23:18:08 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-02-12 23:18:08 -0800 |
commit | fcd8ffe8e14861c22d1b937f898793dc5f6a1420 (patch) | |
tree | 1068f9b736d077c51bb18e532da805e77f0b7df6 /src/mesa/drivers/dri/common/xmlconfig.c | |
parent | e7a53c78aebdc8ed3032379314dcd507e2db5262 (diff) |
dri: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/drivers/dri/common/xmlconfig.c')
-rw-r--r-- | src/mesa/drivers/dri/common/xmlconfig.c | 7 |
1 files changed, 0 insertions, 7 deletions
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 <sys/param.h> -#endif - #undef GET_PROGRAM_NAME #if (defined(__GNU_LIBRARY__) || defined(__GLIBC__)) && !defined(__UCLIBC__) |