Skip to content

Commit 8716820

Browse files
committed
clean up imports
Signed-off-by: Ali Caglayan <[email protected]> <!-- ps-id: 1d1c7756-7849-46e2-bde2-ef16de5a2a71 -->
1 parent 6a6067d commit 8716820

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

theories/Homotopy/Smash.v

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Require Import Basics.
2-
Require Import Pointed.Core.
3-
Require Import Types.
1+
Require Import Basics.Overture Basics.PathGroupoids Basics.Tactics Basics.Equivalences.
2+
Require Import Types.Sum Types.Bool Types.Paths.
3+
Require Import WildCat.Core WildCat.Bifunctor.
44
Require Import Colimits.Pushout.
55
Require Import Cubical.DPath.
6-
Require Import WildCat.Core WildCat.Bifunctor.
6+
Require Import Pointed.Core.
77

88
Local Open Scope pointed_scope.
99
Local Open Scope dpath_scope.
@@ -294,7 +294,6 @@ Definition functor_smash_homotopic {X Y A B : pType}
294294
(p : f $== h) (q : g $== k)
295295
: functor_smash f g $== functor_smash h k.
296296
Proof.
297-
pointed_reduce.
298297
snrapply Build_pHomotopy.
299298
{ snrapply Smash_ind.
300299
- intros x y.

0 commit comments

Comments
 (0)