From ec5ce6bec485f486f3b5e18a406dc840870ae58c Mon Sep 17 00:00:00 2001 From: Ross Kinder Date: Tue, 6 Oct 2015 12:42:23 -0400 Subject: [PATCH] fix style nit --- xmldsig/xmldsig.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmldsig/xmldsig.go b/xmldsig/xmldsig.go index b701920..13190fe 100644 --- a/xmldsig/xmldsig.go +++ b/xmldsig/xmldsig.go @@ -15,9 +15,9 @@ import ( import "C" // #cgo pkg-config: libxml-2.0 -// #include "libxml/parser.h" -// #include "libxml/parserInternals.h" -// #include "libxml/xmlmemory.h" +// #include +// #include +// #include // // Macro wrapper function // static inline void MY_xmlFree(void *p) { // xmlFree(p);