X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/blobdiff_plain/a8b42b686243a175ea328c74609c7de6a0163274..cb2f0c288d4b7acfa37d7a9c8bc1024c3f332b5f:/BigIntegerLibrary.hh diff --git a/BigIntegerLibrary.hh b/BigIntegerLibrary.hh index 82c97c5..2a0ebee 100644 --- a/BigIntegerLibrary.hh +++ b/BigIntegerLibrary.hh @@ -1,12 +1,8 @@ -/* -* Matt McCutchen's Big Integer Library -* http://mysite.verizon.net/mccutchen/bigint/ -*/ - -// This header file includes all the other header files. +// 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"