Code Cleanup
- Eliminated '#include "x"' by changing all to '#include <x>'.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <sys/stat.h>
|
||||
#include "Path.h"
|
||||
#include <Path.h>
|
||||
|
||||
class File : public Path
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user