diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-03-26 10:30:04 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-03-26 10:30:04 +0100 |
commit | 489777645843c7c88d0a84c8f2c7e1a7bdbcf0a9 (patch) | |
tree | 7aad9a389ebe2f8756f65906503b91e586fa4230 /src/gui/widgets/layout.h | |
parent | 74f4c80b84b6f0ca934bb8f2a593ca0cea326325 (diff) | |
download | mana-489777645843c7c88d0a84c8f2c7e1a7bdbcf0a9.tar.gz mana-489777645843c7c88d0a84c8f2c7e1a7bdbcf0a9.tar.bz2 mana-489777645843c7c88d0a84c8f2c7e1a7bdbcf0a9.tar.xz mana-489777645843c7c88d0a84c8f2c7e1a7bdbcf0a9.zip |
First batch of include cleanup
Since the relative includes are getting ugly and somewhat inconvenient,
we'll switch to includes relative to the project root. We've done this
for a while already with tmwserv.
Another rule which we've always had but was never written down, is that
each source file first includes its own header. This is common practice
and ensures each header compiles without needing other stuff to be
included first.
Somebody using Code::Blocks might want to fix the project file by adding
the 'src' directory to the list of include paths.
Diffstat (limited to 'src/gui/widgets/layout.h')
-rw-r--r-- | src/gui/widgets/layout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/layout.h b/src/gui/widgets/layout.h index 20a4222d..b9359e91 100644 --- a/src/gui/widgets/layout.h +++ b/src/gui/widgets/layout.h @@ -22,10 +22,10 @@ #ifndef WIDGET_LAYOUT_H #define WIDGET_LAYOUT_H -#include <vector> - #include <guichan/widgets/container.hpp> +#include <vector> + class LayoutCell; /** |