Code Cleanup
- Eliminated '#include "x"' by changing all to '#include <x>'.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
#include <iostream>
|
||||
#include <unistd.h>
|
||||
#include "../cmake.h"
|
||||
#include <cmake.h>
|
||||
#include <main.h>
|
||||
#include <test.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user