commit | d1c9eb458c843215da8df84b596bfae51fee135b | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Thu Apr 12 13:17:44 2012 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Thu Apr 12 13:17:44 2012 -0400 |
tree | c819b3de06b7bf0c1ff43a13072d97d98203ba4a | |
parent | 323190c27b80cddc9b3c42d19f1f243e2acb2411 [diff] |
Make it an error to include non-top-level headers Users should #include <hb.h> (or hb-ft.h, hb-glib.h, etc), but never things like hb-shape.h directly. This makes it easier to refactor headers later on without breaking compatibility.