From a810d5945840d0e8565fa2c90e1a9beef7f5bb30 Mon Sep 17 00:00:00 2001 From: Nickolas Lloyd Date: Fri, 23 Dec 2016 14:15:50 -0500 Subject: [PATCH] ; * src/bytecode-jit.c: Remove #include of uneeded headers. --- src/bytecode-jit.c | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.39.5