aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/all
diff options
context:
space:
mode:
authorCyril Cohen2015-07-17 18:03:31 +0200
committerCyril Cohen2015-07-17 18:03:31 +0200
commit532de9b68384a114c6534a0736ed024c900447f9 (patch)
treee100a6a7839bf7548ab8a9e053033f8eef3c7492 /mathcomp/all
parentf180c539a00fd83d8b3b5fd2d5710eb16e971e2e (diff)
Updating files + reorganizing everything
Diffstat (limited to 'mathcomp/all')
-rw-r--r--mathcomp/all/all.v14
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.