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
commit80551450f79220381bb6833dbdbedf04cdf3ce0c (patch)
tree4101a92ec49a58b55f6b10cd711d7d8ccb38e49b /src/tar_type.h
parent06519a56f27c2c5861520e3e0878df7dda68937c (diff)
downloadopenttd-80551450f79220381bb6833dbdbedf04cdf3ce0c.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>