From f3849b2664bb150d0d3364fbd9e070c049751e62 Mon Sep 17 00:00:00 2001 From: John Dennis Date: Mon, 25 May 2015 11:14:39 -0400 Subject: [PATCH] Fix build failure, remove inclusion of xml/private.h in utils.h The public utils.h header includes the private xml/private.h file which is not installed. Therefore anyone trying to build against lasso and include utils.h will fail because xml/private.h cannot be found. There doesn't seem to be any need to include this file. Signed-off-by: John Dennis License: MIT --- lasso/utils.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lasso/utils.h b/lasso/utils.h index b366b2d1..6507de7e 100644 --- a/lasso/utils.h +++ b/lasso/utils.h @@ -30,7 +30,6 @@ #include #include "debug.h" #include "backward_comp.h" -#include "xml/private.h" #include "xml/tools.h" #include "logging.h"