From a810d5945840d0e8565fa2c90e1a9beef7f5bb30 Mon Sep 17 00:00:00 2001
From: Nickolas Lloyd
Date: Fri, 23 Dec 2016 14:15:50 -0500
Subject: ; * src/bytecode-jit.c: Remove #include of uneeded headers.
---
src/bytecode-jit.c | 5 -----
1 file changed, 5 deletions(-)
(limited to 'src/bytecode-jit.c')
diff --git a/src/bytecode-jit.c b/src/bytecode-jit.c
index 2274935fbda..6faa972b686 100644
--- a/src/bytecode-jit.c
+++ b/src/bytecode-jit.c
@@ -30,11 +30,6 @@ along with GNU Emacs. If not, see . */
#include
-#ifdef CHECK_FRAME_FONT
-#include "frame.h"
-#include "xterm.h"
-#endif
-
/* Fetch the next byte from the bytecode stream. */
#if BYTE_CODE_SAFE
--
cgit v1.2.1