Code Cleanup
- Eliminated '#include "x"' by changing all to '#include <x>'.
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
#include <iostream>
|
||||
#include "main.h"
|
||||
#include "text.h"
|
||||
#include "utf8.h"
|
||||
#include "test.h"
|
||||
#include <main.h>
|
||||
#include <text.h>
|
||||
#include <utf8.h>
|
||||
#include <test.h>
|
||||
|
||||
Context context;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user