summaryrefslogtreecommitdiffstats
path: root/third_party/harfbuzz-ng/src/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/harfbuzz-ng/src/main.cc')
-rw-r--r--third_party/harfbuzz-ng/src/main.cc8
1 files changed, 3 insertions, 5 deletions
diff --git a/third_party/harfbuzz-ng/src/main.cc b/third_party/harfbuzz-ng/src/main.cc
index 8126dae..442b1b9 100644
--- a/third_party/harfbuzz-ng/src/main.cc
+++ b/third_party/harfbuzz-ng/src/main.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007,2008,2009 Red Hat, Inc.
+ * Copyright © 2007,2008,2009 Red Hat, Inc.
*
* This is part of HarfBuzz, a text shaping library.
*
@@ -24,9 +24,9 @@
* Red Hat Author(s): Behdad Esfahbod
*/
-#define HB_OT_LAYOUT_CC
+#include "hb-mutex-private.hh"
#include "hb-open-file-private.hh"
-#include "hb-ot-layout-gdef-private.hh"
+#include "hb-ot-layout-gdef-table.hh"
#include "hb-ot-layout-gsubgpos-private.hh"
#ifdef HAVE_GLIB
@@ -35,7 +35,6 @@
#include <stdlib.h>
#include <stdio.h>
-HB_BEGIN_DECLS
int
@@ -193,4 +192,3 @@ main (int argc, char **argv)
}
-HB_END_DECLS