Complement r22830.
[libfirm] / ir / be / beifg_impl.h
index 7229b5d..84c4a3d 100644 (file)
@@ -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.
  *
  */
 
 /**
- * @file   beifg_impl.h
- * @date   01.12.2005
- * @author Sebastian Hack
- *
- * Copyright (C) 2005 Universitaet Karlsruhe
- * Released under the GPL
- *
- * Constructors for different implementations of
- * chordal interference graphs.
+ * @file
+ * @brief       Constructors for different implementations of chordal interference graphs.
+ * @author      Sebastian Hack
+ * @date        01.12.2005
+ * @version     $Id$
  */
+#ifndef FIRM_BE_BEIFG_IMPL_H
+#define FIRM_BE_BEIFG_IMPL_H
 
-#ifndef _BEIFG_IMPL_H
-#define _BEIFG_IMPL_H
-
-#include "bechordal_t.h"
+#include "beifg.h"
+#include "bechordal.h"
 
 be_ifg_t *be_ifg_std_new(const be_chordal_env_t *env);
 be_ifg_t *be_ifg_list_new(const be_chordal_env_t *env);
 be_ifg_t *be_ifg_clique_new(const be_chordal_env_t *env);
 be_ifg_t *be_ifg_pointer_new(const be_chordal_env_t *env);
 
-#endif /* _BEIFG_IMPL_H */
+#endif /* FIRM_BE_BEIFG_IMPL_H */