Skip to content

Commit d5c344d

Browse files
committed
Revert some of the changes
1 parent 6b77f1a commit d5c344d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ INSTALL (FILES
88
# will not load the config parameters -- that has to be done by hand.
99
INSTALL (FILES
1010
psi-behavior.scm
11-
# behavior.scm
11+
behavior.scm
1212
express.scm
1313
primitives.scm
1414
cfg-tools.scm

src/btree.scm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
(use-modules (opencog))
3030
(use-modules (opencog query)) ; XXX work-around relex2logic bug
3131

32-
(use-modules (opencog exec))
33-
(use-modules (opencog openpsi))
3432
; Start the cogsserver. It is used by the face-tracker to poke data
3533
; into the atomspace.
3634
(use-modules (opencog cogserver))

0 commit comments

Comments
 (0)