ext/xlsxwriter/libxlsxwriter/include/xlsxwriter/app.h in xlsxwriter-0.0.3 vs ext/xlsxwriter/libxlsxwriter/include/xlsxwriter/app.h in xlsxwriter-0.0.4.pre.2

- old
+ new

@@ -9,11 +9,11 @@ #ifndef __LXW_APP_H__ #define __LXW_APP_H__ #include <stdint.h> #include <string.h> -#include "xlsxwriter/workbook.h" -#include "xlsxwriter/common.h" +#include "workbook.h" +#include "common.h" /* Define the queue.h TAILQ structs for the App structs. */ STAILQ_HEAD(lxw_heading_pairs, lxw_heading_pair); STAILQ_HEAD(lxw_part_names, lxw_part_name);