aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/main.cpp')
-rw-r--r--ui/qt/main.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/ui/qt/main.cpp b/ui/qt/main.cpp
index d5ec5191e9..63160327ac 100644
--- a/ui/qt/main.cpp
+++ b/ui/qt/main.cpp
@@ -21,19 +21,6 @@
#include "ui/win32/console_win32.h"
#endif
-/*
- * If we have getopt_long() in the system library, include <getopt.h>.
- * Otherwise, we're using our own getopt_long() (either because the
- * system has getopt() but not getopt_long(), as with some UN*Xes,
- * or because it doesn't even have getopt(), as with Windows), so
- * include our getopt_long()'s header.
- */
-#ifdef HAVE_GETOPT_LONG
-#include <getopt.h>
-#else
-#include <wsutil/wsgetopt.h>
-#endif
-
#include <ui/clopts_common.h>
#include <ui/cmdarg_err.h>
#include <ui/exit_codes.h>