diff src/settings_gui.cpp @ 8131:e300ac8001ae draft

(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
author rubidium <rubidium@openttd.org>
date Tue, 25 Dec 2007 11:26:07 +0000
parents 0586823afe39
children e96bc0580891
line wrap: on
line diff
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -5,7 +5,6 @@
 #include "stdafx.h"
 #include "openttd.h"
 #include "currency.h"
-#include "functions.h"
 #include "string.h"
 #include "table/sprites.h"
 #include "table/strings.h"
@@ -24,6 +23,8 @@
 #include "date.h"
 #include "newgrf_townname.h"
 #include "strings_func.h"
+#include "functions.h"
+#include "window_func.h"
 
 static uint32 _difficulty_click_a;
 static uint32 _difficulty_click_b;