X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/blobdiff_plain/6e1e0f2f3c2fee3e1e9df39c6d4816566c10aafb..66d84fa2e51e36706556be30cb38c8026db32e46:/BigIntegerLibrary.hh diff --git a/BigIntegerLibrary.hh b/BigIntegerLibrary.hh index 27e5198..2a0ebee 100644 --- a/BigIntegerLibrary.hh +++ b/BigIntegerLibrary.hh @@ -1,11 +1,8 @@ -/* - * Matt McCutchen's Big Integer Library - */ - -// 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"