irgraph: Assert in get_irg_obstack(), that no object is currently growing.
[libfirm] / ir / adt / cpset.c
index 0edffd7..c4b8596 100644 (file)
@@ -21,7 +21,6 @@
  * @file
  * @brief   Custom pointer set
  * @author  Matthias Braun
- * @version $Id$
  *
  * This implements a set of pointers which allows to specify custom callbacks
  * for comparing and hashing its elements.
@@ -54,7 +53,7 @@ void cpset_init_size_(cpset_t *self, size_t expected_elems);
 #define hashset_iterator_next   cpset_iterator_next
 #define hashset_remove_iterator cpset_remove_iterator
 
-#include "hashset.c"
+#include "hashset.c.inl"
 
 void cpset_init(cpset_t *this_, cpset_hash_function hash_function,
                 cpset_cmp_function cmp_function)