diff options
Diffstat (limited to 'src/bytecode-jit.c')
| -rw-r--r-- | src/bytecode-jit.c | 5 |
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 |