1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00

* intervals.c: Removed #include of "screen.h".

This commit is contained in:
Joseph Arceneaux 1992-10-02 20:13:46 +00:00
parent 25013c264c
commit db3563a8a2

View file

@ -42,7 +42,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "lisp.h"
#include "intervals.h"
#include "buffer.h"
#include "screen.h"
/* The rest of the file is within this conditional. */
#ifdef USE_TEXT_PROPERTIES