xref: /aosp_15_r20/external/pdfium/third_party/bigint/BigIntegerLibrary.hh (revision 3ac0a46f773bac49fa9476ec2b1cf3f8da5ec3a4)
1 // Copyright 2014 The PDFium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 // Original code by Matt McCutchen, see the LICENSE file.
6 
7 // This header file includes all of the library header files.
8 
9 #include "NumberlikeArray.hh"
10 #include "BigUnsigned.hh"
11 #include "BigInteger.hh"
12 #include "BigUnsignedInABase.hh"
13 #include "BigIntegerUtils.hh"
14 
15