diff options
| author | Mattias EngdegÄrd | 2025-07-29 14:27:44 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2025-07-30 11:04:11 +0200 |
| commit | 5a9cbf24ec94fc1134905db77d754f064efc7726 (patch) | |
| tree | 807d8a553d96a526cb1eb58702c6bd61a5c792c0 /src/bytecode.c | |
| parent | edd1f0512f4a057c19b7b26d811da574c025b02f (diff) | |
| download | emacs-5a9cbf24ec94fc1134905db77d754f064efc7726.tar.gz emacs-5a9cbf24ec94fc1134905db77d754f064efc7726.zip | |
; * src/bytecode.c: remove unneeded includes
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index 1da2ecba071..debb08c2347 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -20,12 +20,8 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 20 | #include <config.h> | 20 | #include <config.h> |
| 21 | 21 | ||
| 22 | #include "lisp.h" | 22 | #include "lisp.h" |
| 23 | #include "blockinput.h" | ||
| 24 | #include "sysstdio.h" | 23 | #include "sysstdio.h" |
| 25 | #include "character.h" | ||
| 26 | #include "buffer.h" | 24 | #include "buffer.h" |
| 27 | #include "keyboard.h" | ||
| 28 | #include "syntax.h" | ||
| 29 | #include "window.h" | 25 | #include "window.h" |
| 30 | 26 | ||
| 31 | /* Define BYTE_CODE_SAFE true to enable some minor sanity checking, | 27 | /* Define BYTE_CODE_SAFE true to enable some minor sanity checking, |