X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fgetopt.c;h=b2f88b42305f174aa1ebe0668501e6a8da401ac3;hp=fce2f0c7ce69110616d5f08ea5f8e623805b01b1;hb=0fdd7da52077d77a11a3646eb3e7d5b6ffa178e8;hpb=4c85542894f7fca823b119b05e07179deb24229a diff --git a/lib/getopt.c b/lib/getopt.c index fce2f0c7..b2f88b42 100644 --- a/lib/getopt.c +++ b/lib/getopt.c @@ -85,8 +85,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #define getpid() GetCurrentProcessId() #endif -#include "gettext.h" - /* This version of `getopt' appears to the caller like standard Unix `getopt' but it behaves differently for the user, since it allows the user to intersperse the options with the other arguments.