X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fdebug%2Fseqnumbers.c;h=ff790cd0d4149163e849acd51904590afd1cdd9b;hb=012c6aef388bc20594591520b05c143ee4e6d074;hp=719ed34f2779c13b49eaabdfa4a12f84b3dba392;hpb=dbd130725ab2a2c93df940cc5e77ae9ca1e5a79b;p=libfirm diff --git a/ir/debug/seqnumbers.c b/ir/debug/seqnumbers.c index 719ed34f2..ff790cd0d 100644 --- a/ir/debug/seqnumbers.c +++ b/ir/debug/seqnumbers.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -23,16 +23,14 @@ * @author Michael Beck * @date 2005 * @version $Id$ - * @summary + * @brief * Sequence numbers for Firm. * * A sequence number is an unique number representing a filename * and a line number. The number 0 represents empty information. * This module is an optional "snap-in" for the Firm debug info. */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#include "config.h" #include "set.h" #include "hashptr.h"