summaryrefslogtreecommitdiff
path: root/include/xmlsec/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/buffer.h')
-rw-r--r--include/xmlsec/buffer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/xmlsec/buffer.h b/include/xmlsec/buffer.h
index 4d8c739c..d942c868 100644
--- a/include/xmlsec/buffer.h
+++ b/include/xmlsec/buffer.h
@@ -1,4 +1,4 @@
-/**
+/*
* XML Security Library (http://www.aleksey.com/xmlsec).
*
* Memory buffer.
@@ -11,13 +11,13 @@
#ifndef __XMLSEC_BUFFER_H__
#define __XMLSEC_BUFFER_H__
+#include <libxml/tree.h>
+#include <xmlsec/xmlsec.h>
+
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
-#include <libxml/tree.h>
-#include <xmlsec/xmlsec.h>
-
typedef struct _xmlSecBuffer xmlSecBuffer,
*xmlSecBufferPtr;