diff options
Diffstat (limited to 'src/font.h')
-rw-r--r-- | src/font.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/font.h b/src/font.h index 43e67e98c06..1d13e1cb6b0 100644 --- a/src/font.h +++ b/src/font.h @@ -22,8 +22,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #ifndef EMACS_FONT_H #define EMACS_FONT_H -#include "ccl.h" -#include "frame.h" +struct composition_it; +struct face; +struct glyph_string; INLINE_HEADER_BEGIN |