mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 02:14:09 +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:
@@ -10,7 +10,7 @@
|
||||
#include "Script.h"
|
||||
#include "time.h"
|
||||
|
||||
#include "tinyxml2.h"
|
||||
#include <tinyxml2.h>
|
||||
|
||||
#include "Enums.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user