mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
438 B
Diff
23 lines
438 B
Diff
|
diff --git a/gfx/ots/src/woff2.cc b/gfx/ots/src/woff2.cc
|
||
|
--- a/gfx/ots/src/woff2.cc
|
||
|
+++ b/gfx/ots/src/woff2.cc
|
||
|
@@ -6,17 +6,17 @@
|
||
|
// Condensed file format.
|
||
|
|
||
|
#include <cassert>
|
||
|
#include <cstdlib>
|
||
|
#include <vector>
|
||
|
|
||
|
#include <zlib.h>
|
||
|
|
||
|
-#include "third_party/brotli/src/brotli/dec/decode.h"
|
||
|
+#include "decode.h"
|
||
|
|
||
|
#include "opentype-sanitiser.h"
|
||
|
#include "ots-memory-stream.h"
|
||
|
#include "ots.h"
|
||
|
#include "woff2.h"
|
||
|
|
||
|
namespace {
|
||
|
|