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 <jdennis@redhat.com>
License: MIT
This commit is contained in:
John Dennis 2015-05-25 11:14:39 -04:00 committed by Benjamin Dauvergne
parent a7f6219f5a
commit f3849b2664
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@
#include <xmlsec/keys.h>
#include "debug.h"
#include "backward_comp.h"
#include "xml/private.h"
#include "xml/tools.h"
#include "logging.h"