X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fstat%2Fpattern.h;h=6d2da33aec4b4b1e10cbcc5ded9b2504a408ec7d;hb=289f417b740633fd4caab706441b6e47bb8d19d1;hp=dc1538f7021e10fedbce94a3250df9185a432505;hpb=eb08138c6b80c169945568e4414f491a9bc20388;p=libfirm diff --git a/ir/stat/pattern.h b/ir/stat/pattern.h index dc1538f70..6d2da33ae 100644 --- a/ir/stat/pattern.h +++ b/ir/stat/pattern.h @@ -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. * @@ -17,23 +17,16 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/stat/pattern.h - * Purpose: Statistics for Firm. - * Author: Michael Beck - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 2004 Universität Karlsruhe - */ -#ifndef _PATTERN_H_ -#define _PATTERN_H_ - /** - * @file pattern.h - * - * Statistics for libFirm, pattern history. + * @file + * @brief Statistics for Firm. Pattern history. + * @author Michael Beck + * @version $Id$ */ +#ifndef FIRM_STAT_PATTERN_H +#define FIRM_STAT_PATTERN_H + +#include "firm_types.h" /** * Calculates the pattern history. @@ -54,4 +47,4 @@ void stat_init_pattern_history(int enable); */ void stat_finish_pattern_history(const char *fname); -#endif /* _PATTERN_H_ */ +#endif /* FIRM_STAT_PATTERN_H */