commit | c57d454accff66e5f2c58006e8fb40bc020b6182 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Apr 20 18:50:27 2011 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Apr 20 18:50:27 2011 -0400 |
tree | aecac04c28a084e62ed3212f59008efcf5f58e61 | |
parent | f19f4f9b0965ad7473a0f3a1ffcdbf16930e35d4 [diff] [blame] |
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.
diff --git a/src/hb-blob.cc b/src/hb-blob.cc index 511455b..e2af8b7 100644 --- a/src/hb-blob.cc +++ b/src/hb-blob.cc
@@ -24,9 +24,9 @@ * Red Hat Author(s): Behdad Esfahbod */ -#include "hb-private.h" +#include "hb-private.hh" -#include "hb-blob-private.h" +#include "hb-blob-private.hh" #ifdef HAVE_SYS_MMAN_H #ifdef HAVE_UNISTD_H