Skip to content

Commit

Permalink
Fix file include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Jul 7, 2021
1 parent 45d0f29 commit 7ca14fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opencog/nlp/scm/oc.scm
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
(load-extension (string-append opencog-ext-path-nlp-oc-types "libnlp-oc-types") "nlp_oc_types_init")

; Load various parts....
(load "nlp/types/nlp_types.scm")
(load "oc/nlp_oc_types.scm")
; NOTE: relex-utils.scm is used by cmake for configuring relex dependent tests.
; Update relevant paths should you move it.
(load "nlp/relex-utils.scm")
(load "nlp/processing-utils.scm")
(load "oc/relex-utils.scm")
(load "oc/processing-utils.scm")

; Weird ... MUST say `(export)` or no define-publics are visible!
; XXX What? nothing else anywhere needs this! FIXME, somethings broke.
Expand Down

0 comments on commit 7ca14fc

Please sign in to comment.