mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Use angle brackets for including tinyxml2.h
Since TinyXML2 is a third-party dependency, we should use angle brackets and treat it like one.
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
#include <physfs.h>
|
#include <physfs.h>
|
||||||
|
|
||||||
#include "tinyxml2.h"
|
#include <tinyxml2.h>
|
||||||
|
|
||||||
/* These are needed for PLATFORM_* crap */
|
/* These are needed for PLATFORM_* crap */
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#include "FileSystemUtils.h"
|
#include "FileSystemUtils.h"
|
||||||
|
|
||||||
#include "tinyxml2.h"
|
#include <tinyxml2.h>
|
||||||
|
|
||||||
#include "Network.h"
|
#include "Network.h"
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include "MakeAndPlay.h"
|
#include "MakeAndPlay.h"
|
||||||
|
|
||||||
#include "tinyxml2.h"
|
#include <tinyxml2.h>
|
||||||
|
|
||||||
#include "FileSystemUtils.h"
|
#include "FileSystemUtils.h"
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#include "Script.h"
|
#include "Script.h"
|
||||||
#include "time.h"
|
#include "time.h"
|
||||||
|
|
||||||
#include "tinyxml2.h"
|
#include <tinyxml2.h>
|
||||||
|
|
||||||
#include "Enums.h"
|
#include "Enums.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user