Move public headers into a separate include/woff2 directory
This is a first step to make WOFF2 a shared library. Public headers are moved in their own directory to make the public API clearer. This is similar to the c/include/brotli/ directory in Brotli. "using" commands are also removed from the public headers, so that callers won't have unexpected side effect when including the files.
This commit is contained in:
committed by
Rod Sheeter
parent
914faa323d
commit
9b5a53b1d7
+1
-1
@@ -6,7 +6,7 @@
|
||||
|
||||
/* Library for converting TTF format font files to their WOFF2 versions. */
|
||||
|
||||
#include "./woff2_enc.h"
|
||||
#include <woff2/encode.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <complex>
|
||||
|
||||
Reference in New Issue
Block a user