diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-09-14 12:00:20 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-09-14 12:00:20 +0000 |
commit | a8c805e28016af5e6d20228e80a1d4a2f6c02c67 (patch) | |
tree | 618da439f3b89f17b67dbd015f53ce2ed7b83adb /src | |
parent | 573d5a693d70fd7b56febcd07d82676f57615280 (diff) | |
download | mana-a8c805e28016af5e6d20228e80a1d4a2f6c02c67.tar.gz mana-a8c805e28016af5e6d20228e80a1d4a2f6c02c67.tar.bz2 mana-a8c805e28016af5e6d20228e80a1d4a2f6c02c67.tar.xz mana-a8c805e28016af5e6d20228e80a1d4a2f6c02c67.zip |
Some header fixes/cleanups.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/popupmenu.cpp | 2 | ||||
-rw-r--r-- | src/gui/sell.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/popupmenu.cpp b/src/gui/popupmenu.cpp index 3ea3e141..6a88cdfd 100644 --- a/src/gui/popupmenu.cpp +++ b/src/gui/popupmenu.cpp @@ -23,7 +23,7 @@ #include "popupmenu.h" -#include <assert.h> +#include <cassert> #include <iostream> #include <guichan/focushandler.hpp> diff --git a/src/gui/sell.cpp b/src/gui/sell.cpp index b6cbe5df..7c030eb1 100644 --- a/src/gui/sell.cpp +++ b/src/gui/sell.cpp @@ -23,7 +23,7 @@ #include "sell.h" -#include <assert.h> +#include <cassert> #include <sstream> #include <guichan/widgets/label.hpp> |