summaryrefslogtreecommitdiff
path: root/src/gui/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/window.cpp')
-rw-r--r--src/gui/window.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/gui/window.cpp b/src/gui/window.cpp
index 1a6f1ac6..4ace032b 100644
--- a/src/gui/window.cpp
+++ b/src/gui/window.cpp
@@ -17,21 +17,19 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <algorithm>
-#include <climits>
#include <cassert>
+#include <climits>
#include <guichan/exception.hpp>
-#include <guichan/widgets/icon.hpp>
-#include "window.h"
+#include <guichan/widgets/icon.hpp>
#include "gui.h"
#include "gccontainer.h"
+#include "window.h"
#include "windowcontainer.h"
#include "widgets/resizegrip.h"