From: Andrea Corallo Date: Sun, 1 Sep 2019 09:23:00 +0000 (+0200) Subject: clean-up unnecessary includes X-Git-Tag: emacs-28.0.90~2727^2~1240 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2b1795b96b5ac5981220b1056f6ea222bc193f5;p=emacs.git clean-up unnecessary includes --- diff --git a/src/comp.c b/src/comp.c index 0f8c9648cdf..b1083355607 100644 --- a/src/comp.c +++ b/src/comp.c @@ -27,9 +27,6 @@ along with GNU Emacs. If not, see . */ #include "lisp.h" #include "puresize.h" -#include "buffer.h" -#include "bytecode.h" -#include "atimer.h" #include "window.h" #include "dynlib.h"