Clean up includes in the "classes" folder
- Canonicalized the header guards - Removed all the sneaky dependencies between files - Made sure includes were properly sorted
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef UNIVERSE_H
|
||||
#define UNIVERSE_H
|
||||
#ifndef BOE_DATA_UNIVERSE_H
|
||||
#define BOE_DATA_UNIVERSE_H
|
||||
|
||||
#include <iosfwd>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
|
||||
Reference in New Issue
Block a user