aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNickolas Lloyd2016-12-23 14:15:50 -0500
committerNickolas Lloyd2016-12-23 14:15:50 -0500
commita810d5945840d0e8565fa2c90e1a9beef7f5bb30 (patch)
treed38d29979b9a5c0e6620d6ba899d5a7b0cd91a19 /src
parentb84c200793be61115c956237ca435462ef0ae230 (diff)
downloademacs-a810d5945840d0e8565fa2c90e1a9beef7f5bb30.tar.gz
emacs-a810d5945840d0e8565fa2c90e1a9beef7f5bb30.zip
; * src/bytecode-jit.c: Remove #include of uneeded headers.
Diffstat (limited to 'src')
-rw-r--r--src/bytecode-jit.c5
1 files changed, 0 insertions, 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 <http://www.gnu.org/licenses/>. */
30 30
31#include <jit.h> 31#include <jit.h>
32 32
33#ifdef CHECK_FRAME_FONT
34#include "frame.h"
35#include "xterm.h"
36#endif
37
38/* Fetch the next byte from the bytecode stream. */ 33/* Fetch the next byte from the bytecode stream. */
39 34
40#if BYTE_CODE_SAFE 35#if BYTE_CODE_SAFE