<libxml/tree.h> 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>
#include "openconnect-internal.h"
-#include <libxml/parser.h>
-#include <libxml/tree.h>
-
#include <ctype.h>
#include <errno.h>
#include "openconnect-internal.h"
-#include <libxml/parser.h>
-#include <libxml/tree.h>
-
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include "openconnect-internal.h"
-#include <libxml/parser.h>
-#include <libxml/tree.h>
-
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>