From a2b1795b96b5ac5981220b1056f6ea222bc193f5 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 1 Sep 2019 11:23:00 +0200 Subject: [PATCH] clean-up unnecessary includes --- src/comp.c | 3 --- 1 file changed, 3 deletions(-) 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" -- 2.39.5