From 62fecd76cbcc2060cee85b9ef3bcb97d749c71c3 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 14 Jul 2010 23:23:13 +0000 Subject: [PATCH] have to use system getopt here because we don't link with dtool --- direct/src/autorestart/autorestart.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/direct/src/autorestart/autorestart.c b/direct/src/autorestart/autorestart.c index 842793f202..53d117d9ee 100644 --- a/direct/src/autorestart/autorestart.c +++ b/direct/src/autorestart/autorestart.c @@ -15,14 +15,7 @@ /*#include "dtool_config.h"*/ #include "dtoolbase.h" -#ifndef HAVE_GETOPT -#include "gnu_getopt.h" -#else -#ifdef PHAVE_GETOPT_H #include -#endif -#endif - #include #include #include /* for strerror */