summaryrefslogtreecommitdiff
path: root/src/cargo_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-26 23:04:26 +0000
committerrubidium <rubidium@openttd.org>2007-12-26 23:04:26 +0000
commit0b1d3e43e59d331566fb86627dad3683d998c002 (patch)
treef790b2bd6cc316021b48938f4af7ae3364ec3027 /src/cargo_type.h
parentc124792fd21a4b368cf03f8f82a870576552b3dd (diff)
downloadopenttd-0b1d3e43e59d331566fb86627dad3683d998c002.tar.xz
(svn r11704) -Codechange: remove another bunch of useless includes.
Diffstat (limited to 'src/cargo_type.h')
-rw-r--r--src/cargo_type.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cargo_type.h b/src/cargo_type.h
index ca2f4a239..521ce9b02 100644
--- a/src/cargo_type.h
+++ b/src/cargo_type.h
@@ -1,5 +1,6 @@
/* $Id$ */
-/** @file openttd.h */
+
+/** @file cargo_type.h Types related to cargos... */
#ifndef CARGO_TYPE_H
#define CARGO_TYPE_H