Changeset - r1302:2f26ebcfbebf
[Not reviewed]
master
0 3 0
tron - 19 years ago 2005-02-05 21:57:01
tron@openttd.org
(svn r1806) Add missing includes (see r1803)
3 files changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
debug.c
Show inline comments
 
#include "stdafx.h"
 
#include <stdio.h>
 
#include <stdarg.h>
 
#include "stdafx.h"
 
#include "ttd.h"
 
#include "console.h"
 
#include "debug.h"
w32dm2.cpp
Show inline comments
 
@@ -38,6 +38,7 @@
 
#endif
 

	
 
#include "ttd.h"
 
#include "debug.h"
 
#include "sound.h"
 
#include "hal.h"
 

	
win32.c
Show inline comments
 
#include "stdafx.h"
 
#include "ttd.h"
 
#include "debug.h"
 
#include "table/strings.h"
 
#include "gfx.h"
 
#include "sound.h"
0 comments (0 inline, 0 general)