summaryrefslogtreecommitdiff
path: root/bigint/BigIntegerLibrary.hh
diff options
context:
space:
mode:
Diffstat (limited to 'bigint/BigIntegerLibrary.hh')
-rw-r--r--bigint/BigIntegerLibrary.hh8
1 files changed, 0 insertions, 8 deletions
diff --git a/bigint/BigIntegerLibrary.hh b/bigint/BigIntegerLibrary.hh
deleted file mode 100644
index 2a0ebee6..00000000
--- a/bigint/BigIntegerLibrary.hh
+++ /dev/null
@@ -1,8 +0,0 @@
-// 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"