(svn r17336) -Codechange: move some os specific files into src/os/

This commit is contained in:
rubidium
2009-08-31 22:38:37 +00:00
parent 5cc6d1f894
commit bc8e66c202
25 changed files with 64 additions and 64 deletions

View File

@@ -13,7 +13,7 @@
#include "../openttd.h"
#include "../gfx_func.h"
#include "../variables.h"
#include "../win32.h"
#include "../os/windows/win32.h"
#include "../rev.h"
#include "../blitter/factory.hpp"
#include "../network/network.h"