From 009eb36a8856729fb4f95515fa3a5092a1ef8aec Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos Orfanos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com> Date: Sat, 6 Jan 2024 16:48:28 +0100 Subject: [PATCH] Include from a single place used to be included both by "openconnect-internal.h" and from *.c source files. We don't need both. Let's settle on including from "openconnect-internal.h" only. Signed-off-by: Dimitri Papadopoulos Orfanos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com> --- auth-globalprotect.c | 3 --- auth.c | 3 --- xml.c | 3 --- 3 files changed, 9 deletions(-) diff --git a/auth-globalprotect.c b/auth-globalprotect.c index e2a3ae44..f53b8a87 100644 --- a/auth-globalprotect.c +++ b/auth-globalprotect.c @@ -19,9 +19,6 @@ #include "openconnect-internal.h" -#include -#include - #include #include diff --git a/auth.c b/auth.c index a449cfc0..331706df 100644 --- a/auth.c +++ b/auth.c @@ -20,9 +20,6 @@ #include "openconnect-internal.h" -#include -#include - #include #include #include diff --git a/xml.c b/xml.c index 80217e0c..4fa20039 100644 --- a/xml.c +++ b/xml.c @@ -20,9 +20,6 @@ #include "openconnect-internal.h" -#include -#include - #include #include #include -- 2.50.1