]> git.eshelyaron.com Git - emacs.git/commitdiff
clean-up unnecessary includes
authorAndrea Corallo <andrea_corallo@yahoo.it>
Sun, 1 Sep 2019 09:23:00 +0000 (11:23 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:41 +0000 (11:37 +0100)
src/comp.c

index 0f8c9648cdf54c5ffc13c42f17ec2abb4c9253d4..b1083355607f8742ad15256ed9a17bb5694a7e1c 100644 (file)
@@ -27,9 +27,6 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 
 #include "lisp.h"
 #include "puresize.h"
-#include "buffer.h"
-#include "bytecode.h"
-#include "atimer.h"
 #include "window.h"
 #include "dynlib.h"