diff options
Diffstat (limited to 'src/keyboard.c')
-rw-r--r-- | src/keyboard.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 966af69c97b..1a78f6a705c 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -20,10 +20,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> -#include "sysstdio.h" #include <sys/stat.h> #include "lisp.h" +#include "coding.h" #include "termchar.h" #include "termopts.h" #include "frame.h" @@ -34,13 +34,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include "commands.h" #include "character.h" #include "buffer.h" -#include "disptab.h" #include "dispextern.h" #include "syntax.h" #include "intervals.h" #include "keymap.h" #include "blockinput.h" -#include "puresize.h" #include "systime.h" #include "atimer.h" #include "process.h" |