]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/bytecode-jit.c: Remove #include of uneeded headers.
authorNickolas Lloyd <ultrageek.lloyd@gmail.com>
Fri, 23 Dec 2016 19:15:50 +0000 (14:15 -0500)
committerNickolas Lloyd <ultrageek.lloyd@gmail.com>
Fri, 23 Dec 2016 19:15:50 +0000 (14:15 -0500)
src/bytecode-jit.c

index 2274935fbdae4dd02b6968bf60c1689f68bbdbcc..6faa972b686eb5c2a9eabaf5dba34d2c1ab72d6c 100644 (file)
@@ -30,11 +30,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <jit.h>
 
-#ifdef CHECK_FRAME_FONT
-#include "frame.h"
-#include "xterm.h"
-#endif
-
 /* Fetch the next byte from the bytecode stream.  */
 
 #if BYTE_CODE_SAFE