diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-01-23 11:59:23 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-01-23 11:59:23 -0500 |
commit | 4cbe7a42a685bc2449f1adb7c37144c9496eab5f (patch) | |
tree | cc635814bb6a42222dda78bf3b4a0d6a2c9b81fb /lib/verbly.h | |
parent | 9bd863c9002b525b7827f9158d9136143393be5c (diff) | |
download | verbly-4cbe7a42a685bc2449f1adb7c37144c9496eab5f.tar.gz verbly-4cbe7a42a685bc2449f1adb7c37144c9496eab5f.tar.bz2 verbly-4cbe7a42a685bc2449f1adb7c37144c9496eab5f.zip |
Rewrote tokens
Diffstat (limited to 'lib/verbly.h')
-rw-r--r-- | lib/verbly.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/verbly.h b/lib/verbly.h index 6dfc01a..d8875b3 100644 --- a/lib/verbly.h +++ b/lib/verbly.h | |||
@@ -13,5 +13,9 @@ | |||
13 | #include "lemma.h" | 13 | #include "lemma.h" |
14 | #include "form.h" | 14 | #include "form.h" |
15 | #include "pronunciation.h" | 15 | #include "pronunciation.h" |
16 | #include "token.h" | ||
17 | #include "selrestr.h" | ||
18 | #include "part.h" | ||
19 | #include "role.h" | ||
16 | 20 | ||
17 | #endif /* end of include guard: VERBLY_H_5B39CE50 */ | 21 | #endif /* end of include guard: VERBLY_H_5B39CE50 */ |