(svn r14817) -Cleanup: unify the place where the @file header is placed

This commit is contained in:
smatz
2009-01-03 22:20:18 +00:00
parent 502607410e
commit 799f30c663
2 changed files with 5 additions and 6 deletions

View File

@@ -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>