mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-14 15:37:55 +00: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 {
|
|
|