Skip to content

Commit 9a7953b

Browse files
committed
util: viruri: move libxml include
The XML function is needed in the C file, not in the header. Signed-off-by: Ján Tomko <[email protected]> Reviewed-by: Martin Kletzander <[email protected]>
1 parent 9f81fb4 commit 9a7953b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/util/viruri.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
#include <config.h>
2222

23+
#include <libxml/uri.h>
24+
2325
#include "viruri.h"
2426

2527
#include "viralloc.h"

src/util/viruri.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
#pragma once
2222

23-
#include <libxml/uri.h>
24-
2523
#include "internal.h"
2624
#include "virconf.h"
2725

0 commit comments

Comments
 (0)