summaryrefslogtreecommitdiff
path: root/src/tar_type.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-03 22:20:18 +0000
committersmatz <smatz@openttd.org>2009-01-03 22:20:18 +0000
commit799f30c66347f0edc36323d48f6e589e980908a1 (patch)
tree4101a92ec49a58b55f6b10cd711d7d8ccb38e49b /src/tar_type.h
parent502607410efcf3d877c8d582d6215006b4c7ac0f (diff)
downloadopenttd-799f30c66347f0edc36323d48f6e589e980908a1.tar.xz
(svn r14817) -Cleanup: unify the place where the @file header is placed
Diffstat (limited to 'src/tar_type.h')
-rw-r--r--src/tar_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tar_type.h b/src/tar_type.h
index 233b0eada..2cfbc4fb6 100644
--- a/src/tar_type.h
+++ b/src/tar_type.h
@@ -1,10 +1,10 @@
/* $Id$ */
+/** @file tar_type.h Structs, typedefs and macros used for TAR file handling. */
+
#ifndef TAR_TYPE_H
#define TAR_TYPE_H
-/** @file tar_type.h Structs, typedefs and macros used for TAR file handling. */
-
#include <map>
#include <string>