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:
2014-04-20 01:23:15 -04:00
parent 316a3c14ca
commit b23bb30423
32 changed files with 62 additions and 51 deletions

View File

@@ -6,11 +6,16 @@
*
*/
#ifndef REGTOWN_H
#define REGTOWN_H
#ifndef BOE_DATA_REGTOWN_H
#define BOE_DATA_REGTOWN_H
#include <iosfwd>
#include "town.h"
#include "simpletypes.h"
#include "location.h"
#include "monster.h"
namespace legacy {
struct big_tr_type;
struct ave_tr_type;