diff options
Diffstat (limited to 'mathcomp/all')
| -rw-r--r-- | mathcomp/all/all.v | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mathcomp/all/all.v b/mathcomp/all/all.v index 20c76bf..b860e17 100644 --- a/mathcomp/all/all.v +++ b/mathcomp/all/all.v @@ -1,7 +1,7 @@ -Require Export mathcomp.ssreflect.all. -Require Export mathcomp.discrete.all. -Require Export mathcomp.algebra.all. -Require Export mathcomp.field.all. -Require Export mathcomp.character.all. -Require Export mathcomp.fingroup.all. -Require Export mathcomp.solvable.all. +Require Export mathcomp.ssreflect.all_ssreflect. +Require Export mathcomp.basic.all_basic. +Require Export mathcomp.algebra.all_algebra. +Require Export mathcomp.field.all_field. +Require Export mathcomp.character.all_character. +Require Export mathcomp.fingroup.all_fingroup. +Require Export mathcomp.solvable.all_solvable. |
