libxlsxwriter/include/xlsxwriter/xmlwriter.h in fast_excel-0.2.3 vs libxlsxwriter/include/xlsxwriter/xmlwriter.h in fast_excel-0.2.5
- old
+ new
@@ -1,9 +1,9 @@
/*
* libxlsxwriter
*
- * Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
+ * Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
* xmlwriter - A libxlsxwriter library for creating Excel XLSX
* XML files.
*
* The xmlwriter library is used to create the XML sub-components files
@@ -20,10 +20,10 @@
#define __XMLWRITER_H__
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
-#include "common.h"
+#include "utility.h"
#define LXW_MAX_ATTRIBUTE_LENGTH 256
#define LXW_ATTR_32 32
#define LXW_ATTRIBUTE_COPY(dst, src) \