From f679f8a8d126f6363a7ee30bcc8af3c19f265b1e Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Wed, 3 Aug 2016 07:45:09 -0400 Subject: [PATCH] remove document_properties and app_properties includes --- include/xlnt/xlnt.hpp | 2 -- source/cell/cell.cpp | 1 - source/detail/excel_serializer.cpp | 1 - source/detail/workbook_serializer.cpp | 2 -- source/packaging/tests/test_core.hpp | 2 -- source/workbook/workbook.cpp | 2 -- 6 files changed, 10 deletions(-) diff --git a/include/xlnt/xlnt.hpp b/include/xlnt/xlnt.hpp index 92326abd..01cd2b33 100644 --- a/include/xlnt/xlnt.hpp +++ b/include/xlnt/xlnt.hpp @@ -35,9 +35,7 @@ #include // packaging -#include #include -#include #include #include #include diff --git a/source/cell/cell.cpp b/source/cell/cell.cpp index 17fdf45f..6718dbd3 100644 --- a/source/cell/cell.cpp +++ b/source/cell/cell.cpp @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include diff --git a/source/detail/excel_serializer.cpp b/source/detail/excel_serializer.cpp index 90ed270c..100936d5 100644 --- a/source/detail/excel_serializer.cpp +++ b/source/detail/excel_serializer.cpp @@ -37,7 +37,6 @@ #include #include #include -#include #include #include #include diff --git a/source/detail/workbook_serializer.cpp b/source/detail/workbook_serializer.cpp index 61def9c4..a916372b 100644 --- a/source/detail/workbook_serializer.cpp +++ b/source/detail/workbook_serializer.cpp @@ -27,8 +27,6 @@ #include #include -#include -#include #include #include #include diff --git a/source/packaging/tests/test_core.hpp b/source/packaging/tests/test_core.hpp index 4da9bf73..27adf537 100644 --- a/source/packaging/tests/test_core.hpp +++ b/source/packaging/tests/test_core.hpp @@ -3,9 +3,7 @@ #include #include -#include #include - #include #include diff --git a/source/workbook/workbook.cpp b/source/workbook/workbook.cpp index ccf958fc..243908ab 100644 --- a/source/workbook/workbook.cpp +++ b/source/workbook/workbook.cpp @@ -34,8 +34,6 @@ #include #include #include -#include -#include #include #include #include