Code Cleanup
- Eliminated '#include "x"' by changing all to '#include <x>'.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "Location.h"
|
||||
#include <Location.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Location::Location ()
|
||||
|
||||
Reference in New Issue
Block a user