aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wgetopt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wgetopt.cpp')
-rw-r--r--src/wgetopt.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/wgetopt.cpp b/src/wgetopt.cpp
index 7951eaea..02476718 100644
--- a/src/wgetopt.cpp
+++ b/src/wgetopt.cpp
@@ -53,8 +53,6 @@
#include <stdio.h>
#include <wchar.h>
-#include "common.h"
-
/* This needs to come after some library #include
to get __GNU_LIBRARY__ defined. */
#ifdef __GNU_LIBRARY__
@@ -74,11 +72,11 @@
GNU application programs can use a third alternative mode in which
they can distinguish the relative order of options and other arguments. */
+#include "common.h"
#include "wgetopt.h"
-#include "wutil.h"
+#include "wutil.h" // IWYU pragma: keep
#include "fallback.h" // IWYU pragma: keep
-
/**
Use translation functions if available
*/