blob: 139d8f86fd9f874e282aa8e55b3dcbee39247ce8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef VERBLY_H_5B39CE50
#define VERBLY_H_5B39CE50
#include "c++14.h"
#include "token.h"
#include "verb.h"
#include "adjective.h"
#include "data.h"
#endif /* end of include guard: VERBLY_H_5B39CE50 */
|