; * src/bytecode.c: remove unneeded includes

This commit is contained in:
Mattias Engdegård
2025-07-29 14:27:44 +02:00
parent edd1f0512f
commit 5a9cbf24ec

View File

@@ -20,12 +20,8 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#include "lisp.h"
#include "blockinput.h"
#include "sysstdio.h"
#include "character.h"
#include "buffer.h"
#include "keyboard.h"
#include "syntax.h"
#include "window.h"
/* Define BYTE_CODE_SAFE true to enable some minor sanity checking,