mirror of
https://github.com/troldal/OpenXLSX.git
synced 2025-10-14 03:05:48 +08:00
2025-04-08 generic: streamlined use of quotes for includes of library headers - affected XLException.hpp
This commit is contained in:
@@ -50,7 +50,7 @@ YM M9 MM MM MM MM MM d' `MM. MM MM d' `MM.
|
||||
|
||||
// ===== pugixml.hpp needed for pugi::impl::xml_memory_page_type_mask, pugi::xml_node_type, pugi::char_t, pugi::node_element, pugi::xml_node, pugi::xml_attribute, pugi::xml_document
|
||||
#include <external/pugixml/pugixml.hpp> // not sure why the full include path is needed within the header file
|
||||
#include <XLException.hpp>
|
||||
#include "XLException.hpp"
|
||||
|
||||
namespace { // anonymous namespace to define constants / functions that shall not be exported from this module
|
||||
constexpr const int XLMaxNamespacedNameLen = 100;
|
||||
|
@@ -51,7 +51,7 @@ YM M9 MM MM MM MM MM d' `MM. MM MM d' `MM.
|
||||
#include "XLContentTypes.hpp"
|
||||
#include "XLDocument.hpp"
|
||||
|
||||
#include <XLException.hpp>
|
||||
#include "XLException.hpp"
|
||||
|
||||
using namespace OpenXLSX;
|
||||
|
||||
|
@@ -8,7 +8,7 @@
|
||||
|
||||
// ===== OpenXLSX Includes ===== //
|
||||
#include "XLFormula.hpp"
|
||||
#include <XLException.hpp>
|
||||
#include "XLException.hpp"
|
||||
|
||||
using namespace OpenXLSX;
|
||||
|
||||
|
@@ -53,7 +53,7 @@ YM M9 MM MM MM MM MM d' `MM. MM MM d' `MM.
|
||||
#include "XLProperties.hpp"
|
||||
#include "XLRelationships.hpp" // GetStringFromType
|
||||
|
||||
#include <XLException.hpp>
|
||||
#include "XLException.hpp"
|
||||
|
||||
using namespace OpenXLSX;
|
||||
|
||||
|
@@ -57,7 +57,7 @@ YM M9 MM MM MM MM MM d' `MM. MM MM d' `MM.
|
||||
#include "XLDocument.hpp"
|
||||
#include "XLRelationships.hpp"
|
||||
|
||||
#include <XLException.hpp>
|
||||
#include "XLException.hpp"
|
||||
|
||||
using namespace OpenXLSX;
|
||||
|
||||
|
@@ -51,7 +51,7 @@ YM M9 MM MM MM MM MM d' `MM. MM MM d' `MM.
|
||||
#include "XLDocument.hpp"
|
||||
#include "XLSharedStrings.hpp"
|
||||
|
||||
#include <XLException.hpp>
|
||||
#include "XLException.hpp"
|
||||
|
||||
namespace OpenXLSX {
|
||||
const XLSharedStrings XLSharedStringsDefaulted{};
|
||||
|
@@ -55,7 +55,7 @@ YM M9 MM MM MM MM MM d' `MM. MM MM d' `MM.
|
||||
// ===== OpenXLSX Includes ===== //
|
||||
#include "XLColor.hpp"
|
||||
#include "XLDocument.hpp"
|
||||
#include <XLException.hpp>
|
||||
#include "XLException.hpp"
|
||||
#include "utilities/XLUtilities.hpp" // OpenXLSX::ignore, ::XL(Keep|Remove)Attributes, appendAndGetNode, appendAnd(G|S)etAttribute, appendAnd(G|S)etNodeAttribute
|
||||
#include "XLStyles.hpp"
|
||||
|
||||
|
Reference in New Issue
Block a user