summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/table-common.h
blob: 60bd8133a9f04fea91ea9b1931aef6823fcebbf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef CARYLL_INCLUDE_TABLE_COMMON_H
#define CARYLL_INCLUDE_TABLE_COMMON_H

#include "dep/json.h"

#include "caryll/buffer.h"
#include "caryll/ownership.h"
#include "caryll/vector.h"

#include "otfcc/handle.h"
#include "otfcc/glyph-order.h"
#include "otfcc/primitives.h"
#include "otfcc/sfnt.h"
#include "otfcc/options.h"

#include "otfcc/vf/vq.h"

#endif