X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fgetopt.c;h=b2f88b42305f174aa1ebe0668501e6a8da401ac3;hp=fce2f0c7ce69110616d5f08ea5f8e623805b01b1;hb=430c90412c521c534113b3c4e5fc883e9b7ecff0;hpb=3282375f4d64d9402141ac4bf142629ec2e1cd53 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.