diff options
| author | Tim Redfern <tim@getdrop.com> | 2023-09-15 18:35:14 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2023-09-15 18:35:14 +0100 |
| commit | 9ac6ff8bd3077533aa2758e4f0f36ceddafe2cf6 (patch) | |
| tree | 3796703557c2c405ff85f1c979801230571e09d5 /lasertext/src | |
| parent | 3e0265e632a8428db6c8d48ae273b0ee5bee3f36 (diff) | |
remove unnecessary
Diffstat (limited to 'lasertext/src')
| -rw-r--r-- | lasertext/src/vectortext.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lasertext/src/vectortext.h b/lasertext/src/vectortext.h index 94104e9..548a9e0 100644 --- a/lasertext/src/vectortext.h +++ b/lasertext/src/vectortext.h @@ -5,9 +5,6 @@ #include "lineTransformer.h" #include "colourPolyline.h" -#include <unicode/utypes.h> -#include <unicode/uchar.h> - class glyph{ public: glyph(char c,float w,vector<ofPolyline> lines){ |
