2025-04-08 generic: streamlined use of quotes for includes of library headers - affected XLException.hpp

This commit is contained in:
Lars Uffmann
2025-04-08 15:55:23 +02:00
parent 13b1461e5f
commit 9de11eaf70
7 changed files with 7 additions and 7 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -8,7 +8,7 @@
// ===== OpenXLSX Includes ===== //
#include "XLFormula.hpp"
#include <XLException.hpp>
#include "XLException.hpp"
using namespace OpenXLSX;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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{};

View File

@@ -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"