summaryrefslogtreecommitdiff
path: root/src/util/integer.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/integer.h.in')
-rw-r--r--src/util/integer.h.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/util/integer.h.in b/src/util/integer.h.in
index cfcef4ae2..3fb53a835 100644
--- a/src/util/integer.h.in
+++ b/src/util/integer.h.in
@@ -13,7 +13,7 @@
* A multi-precision integer constant.
*/
-// these gestures are used to avoid a public header dependence on cvc4autoconfig.h
+// these gestures are used to avoid a public header dependence on base/cvc5config.h
#if @CVC5_NEED_INT64_T_OVERLOADS@
# define CVC5_NEED_INT64_T_OVERLOADS
@@ -28,14 +28,8 @@
#ifdef CVC5_CLN_IMP
# include "util/integer_cln_imp.h"
-# if SWIG
- %include "util/integer_cln_imp.h"
-# endif /* SWIG */
#endif /* CVC5_CLN_IMP */
#ifdef CVC5_GMP_IMP
# include "util/integer_gmp_imp.h"
-# if SWIG
- %include "util/integer_gmp_imp.h"
-# endif /* SWIG */
#endif /* CVC5_GMP_IMP */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback