summaryrefslogtreecommitdiff
path: root/libs/bigint/BigIntegerLibrary.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libs/bigint/BigIntegerLibrary.hh')
-rw-r--r--libs/bigint/BigIntegerLibrary.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/bigint/BigIntegerLibrary.hh b/libs/bigint/BigIntegerLibrary.hh
new file mode 100644
index 00000000..2a0ebee6
--- /dev/null
+++ b/libs/bigint/BigIntegerLibrary.hh
@@ -0,0 +1,8 @@
+// This header file includes all of the library header files.
+
+#include "NumberlikeArray.hh"
+#include "BigUnsigned.hh"
+#include "BigInteger.hh"
+#include "BigIntegerAlgorithms.hh"
+#include "BigUnsignedInABase.hh"
+#include "BigIntegerUtils.hh"