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:
Misa
2020-07-19 12:03:16 -07:00
committed by Ethan Lee
parent 2af396fb30
commit d455e38715
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
#include "MakeAndPlay.h"
#include "tinyxml2.h"
#include <tinyxml2.h>
#include "FileSystemUtils.h"