(svn r11685) -Codechange: remove a few 'useless' includes.

This commit is contained in:
rubidium
2007-12-23 11:20:41 +00:00
parent 507463e420
commit 20ecff81b0
4 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
/** @file bmp.cpp */
#include "stdafx.h"
#include "openttd.h"
#include "helpers.hpp"
#include "bmp.h"
#include "core/bitmath_func.hpp"