emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] nick.lloyd-bytecode-jit a810d59 1/2: ; * src/bytecode-jit.


From: Nickolas Lloyd
Subject: [Emacs-diffs] nick.lloyd-bytecode-jit a810d59 1/2: ; * src/bytecode-jit.c: Remove #include of uneeded headers.
Date: Fri, 23 Dec 2016 22:52:39 +0000 (UTC)

branch: nick.lloyd-bytecode-jit
commit a810d5945840d0e8565fa2c90e1a9beef7f5bb30
Author: Nickolas Lloyd <address@hidden>
Commit: Nickolas Lloyd <address@hidden>

    ; * 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 2274935..6faa972 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/>.  */
 
 #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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]