summary refs log tree commit diff stats
path: root/verbly.h
diff options
context:
space:
mode:
Diffstat (limited to 'verbly.h')
-rw-r--r--verbly.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/verbly.h b/verbly.h index 44fd3a8..b9f5367 100644 --- a/verbly.h +++ b/verbly.h
@@ -2,10 +2,13 @@
2#define VERBLY_H_5B39CE50 2#define VERBLY_H_5B39CE50
3 3
4#include "c++14.h" 4#include "c++14.h"
5#include "util.h"
5#include "token.h" 6#include "token.h"
7#include "data.h"
8#include "word.h"
6#include "verb.h" 9#include "verb.h"
7#include "adjective.h"
8#include "adverb.h" 10#include "adverb.h"
9#include "data.h" 11#include "adjective.h"
12#include "noun.h"
10 13
11#endif /* end of include guard: VERBLY_H_5B39CE50 */ 14#endif /* end of include guard: VERBLY_H_5B39CE50 */