Skip to content

Commit

Permalink
Correct some broken dependency-information
Browse files Browse the repository at this point in the history
(Including removal of unnecessary link to topologyTheory in fsgraph.)
  • Loading branch information
mn200 committed Nov 28, 2023
1 parent d319ec5 commit 84d2679
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/Crypto/DES/Holmakefile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
INCLUDES = $(HOLDIR)/src/n-bit
INCLUDES = $(HOLDIR)/src/n-bit $(HOLDIR)/src/res_quan/src
2 changes: 1 addition & 1 deletion examples/generic_finite_graphs/Holmakefile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
INCLUDES = $(HOLDIR)/src/finite_maps
INCLUDES = $(HOLDIR)/src/finite_maps $(HOLDIR)/src/transfer
4 changes: 2 additions & 2 deletions examples/generic_finite_graphs/fsgraphScript.sml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
open HolKernel Parse boolLib bossLib;

open arithmeticTheory pairTheory listTheory pred_setTheory sortingTheory hurdUtils
topologyTheory;
open arithmeticTheory pairTheory listTheory pred_setTheory sortingTheory
hurdUtils

open genericGraphTheory;

Expand Down

0 comments on commit 84d2679

Please sign in to comment.