Code Cleanup
- Eliminated '#include "x"' by changing all to '#include <x>'.
This commit is contained in:
@@ -26,9 +26,9 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <sstream>
|
||||
#include "Filter.h"
|
||||
#include "util.h"
|
||||
#include "main.h"
|
||||
#include <Filter.h>
|
||||
#include <util.h>
|
||||
#include <main.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// For every Att in the filter, lookup the equivalent in Record, and perform a
|
||||
|
||||
Reference in New Issue
Block a user