chiark / gitweb /
Proper hashing for comparable object types.
[catacomb-python] / catacomb-python.h
index bd9a8e5574548c98a314f88777c82188fb5a7fa7..9d86e57e021372f5c0e37e3eb9a15c5db1a1fa20 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Definitions for Catacomb bindings
  *
@@ -46,6 +44,7 @@
 #include <mLib/dstr.h>
 #include <mLib/macros.h>
 #include <mLib/quis.h>
+#include <mLib/unihash.h>
 
 #include <catacomb/buf.h>
 
@@ -77,6 +76,7 @@
 #include <catacomb/mpmont.h>
 #include <catacomb/mpbarrett.h>
 #include <catacomb/mpreduce.h>
+#include <catacomb/mp-fibonacci.h>
 
 #include <catacomb/pgen.h>
 #include <catacomb/pfilt.h>