summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-02 20:03:12 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-11-02 14:40:27 -0500
commit5f5b24f99f52bbc922e238b65c06061ba07c8548 (patch)
tree3e5e49b5ad49302292da96922428fddeb3355544 /src/main.cc
parent2098a021a826e76ee27d5db74e32738d7d1c3d30 (diff)
[OT] Rename C++ header files from *.h to *.hh
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cc b/src/main.cc
index 25720c86..8d766943 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -25,9 +25,9 @@
*/
#define HB_OT_LAYOUT_CC
-#include "hb-open-file-private.h"
-#include "hb-ot-layout-gdef-private.h"
-#include "hb-ot-layout-gsubgpos-private.h"
+#include "hb-open-file-private.hh"
+#include "hb-ot-layout-gdef-private.hh"
+#include "hb-ot-layout-gsubgpos-private.hh"
#include <glib.h>
#include <stdlib.h>