mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
[libromdata] Use angle brakcets for #include <pugixml.hpp> instead of double-quotes.
On Linux systems, PugiXML is usually installed system-wide.
This commit is contained in:
parent
5aa2d7a43a
commit
1b2137f3d5
@ -39,7 +39,7 @@
|
||||
// PugiXML
|
||||
// NOTE: Cannot forward-declare the PugiXML classes...
|
||||
#ifdef ENABLE_XML
|
||||
# include "pugixml.hpp"
|
||||
# include <pugixml.hpp>
|
||||
#endif /* ENABLE_XML */
|
||||
|
||||
namespace LibRomData {
|
||||
|
@ -25,7 +25,7 @@ using namespace LibRpText;
|
||||
#include "SystemRegion.hpp"
|
||||
|
||||
// PugiXML
|
||||
#include "pugixml.hpp"
|
||||
#include <pugixml.hpp>
|
||||
using namespace pugi;
|
||||
|
||||
// C++ STL classes
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#ifdef ENABLE_XML
|
||||
// PugiXML
|
||||
# include "pugixml.hpp"
|
||||
# include <pugixml.hpp>
|
||||
using namespace pugi;
|
||||
#endif /* ENABLE_XML */
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
#endif
|
||||
|
||||
// PugiXML
|
||||
#include "pugixml.hpp"
|
||||
#include <pugixml.hpp>
|
||||
using namespace pugi;
|
||||
|
||||
// MSVC: Exception handling for /DELAYLOAD.
|
||||
|
@ -18,7 +18,7 @@ using namespace LibRpBase;
|
||||
using namespace LibRpFile;
|
||||
|
||||
// PugiXML
|
||||
#include "pugixml.hpp"
|
||||
#include <pugixml.hpp>
|
||||
using namespace pugi;
|
||||
|
||||
// C++ STL classes
|
||||
|
@ -26,7 +26,7 @@
|
||||
// PugiXML
|
||||
// NOTE: Cannot forward-declare the PugiXML classes...
|
||||
#ifdef ENABLE_XML
|
||||
# include "pugixml.hpp"
|
||||
# include <pugixml.hpp>
|
||||
#endif /* ENABLE_XML */
|
||||
|
||||
namespace LibRomData {
|
||||
|
Loading…
Reference in New Issue
Block a user