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