summaryrefslogtreecommitdiff
path: root/src/hb-buffer-private.hh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2011-04-20 18:50:27 -0400
committerBehdad Esfahbod <behdad@behdad.org>2011-04-20 18:50:27 -0400
commitc57d454accff66e5f2c58006e8fb40bc020b6182 (patch)
treeaecac04c28a084e62ed3212f59008efcf5f58e61 /src/hb-buffer-private.hh
parentf19f4f9b0965ad7473a0f3a1ffcdbf16930e35d4 (diff)
Rename all private sources and headers to C++ files
So we can liberally use the simple features of C++ that parts of the codebase is already using.
Diffstat (limited to 'src/hb-buffer-private.hh')
-rw-r--r--src/hb-buffer-private.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-buffer-private.hh b/src/hb-buffer-private.hh
index dfcc45d6..4c2a3e69 100644
--- a/src/hb-buffer-private.hh
+++ b/src/hb-buffer-private.hh
@@ -28,7 +28,7 @@
#ifndef HB_BUFFER_PRIVATE_HH
#define HB_BUFFER_PRIVATE_HH
-#include "hb-private.h"
+#include "hb-private.hh"
#include "hb-buffer.h"
#include "hb-unicode-private.hh"