From 7c81d1fa086eeaac66ce14c733011cbfc20ca79a Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Tue, 21 Feb 2023 12:42:31 -0800 Subject: [PATCH] Remove duplicate include version.h in xrdopt.c --- src/xrdopt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/xrdopt.c b/src/xrdopt.c index 1539b4f..55a1c3b 100644 --- a/src/xrdopt.c +++ b/src/xrdopt.c @@ -9,7 +9,7 @@ /* */ /************************************************************************/ -#include "version.h" +#include "version.h" // for MAIKO_ENABLE_ETHERNET #include // for XPointer, True, XParseGeometry, XResource... #include // for XrmoptionSepArg, XrmGetResource, Xrmoptio... @@ -20,7 +20,6 @@ #include // for strncpy, strcat, strcpy, strcmp #include // for u_char #include // for access, R_OK -#include "version.h" // for MAIKO_ENABLE_ETHERNET #include "xdefs.h" // for WINDOW_NAME #include "xrdoptdefs.h" // for print_Xusage, read_Xoption