summaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-03-02 18:57:45 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-03-02 18:57:45 -0500
commit5625bc523861cf16c1aade7a4e7e6f8731a24b6e (patch)
treebfed6af1d5ddc60bbc22a1ab8d74036034c67db3 /text.h
parentdd349c6c7e0eba659afc2149fd214f9972826052 (diff)
got OpenBSD build to work
Diffstat (limited to 'text.h')
-rw-r--r--text.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/text.h b/text.h
index a60047f..cfd70e7 100644
--- a/text.h
+++ b/text.h
@@ -1,8 +1,6 @@
#ifndef TEXT_H_
#define TEXT_H_
-#include <uchar.h>
-
// A text-rendering interface.
// Example usage:
// Font *font = text_font_load("font.ttf", 18);