diff options
Diffstat (limited to 'src/math/bigint/info.txt')
-rw-r--r-- | src/math/bigint/info.txt | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/math/bigint/info.txt b/src/math/bigint/info.txt index 7892a6edf..6057c708e 100644 --- a/src/math/bigint/info.txt +++ b/src/math/bigint/info.txt @@ -5,13 +5,8 @@ define BIGINT <header:public> bigint.h divide.h -mp_types.h </header:public> -<header:internal> -mp_core.h -</header:internal> - <source> big_code.cpp big_io.cpp @@ -20,18 +15,11 @@ big_ops3.cpp big_rand.cpp bigint.cpp divide.cpp -mp_asm.cpp -mp_comba.cpp -mp_karat.cpp -mp_misc.cpp -mp_shift.cpp </source> <requires> alloc +mp hex -mp_amd64|mp_msvc64|mp_asm64|mp_ia32|mp_ia32_msvc|mp_generic -monty_generic -mulop_generic rng </requires> |