diff options
| author | Joseph Arceneaux | 1992-10-02 20:13:46 +0000 |
|---|---|---|
| committer | Joseph Arceneaux | 1992-10-02 20:13:46 +0000 |
| commit | db3563a8a266c4faa4e4768f447a22f86fa70d86 (patch) | |
| tree | b1c8a153d2243347b402c1cb351a63d4b3ef3d11 | |
| parent | 25013c264ca41f20793cc97574aa3b18d3cf43e5 (diff) | |
| download | emacs-db3563a8a266c4faa4e4768f447a22f86fa70d86.tar.gz emacs-db3563a8a266c4faa4e4768f447a22f86fa70d86.zip | |
* intervals.c: Removed #include of "screen.h".
| -rw-r--r-- | src/intervals.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intervals.c b/src/intervals.c index 8fe1d7eb513..20c304d48ba 100644 --- a/src/intervals.c +++ b/src/intervals.c | |||
| @@ -42,7 +42,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 42 | #include "lisp.h" | 42 | #include "lisp.h" |
| 43 | #include "intervals.h" | 43 | #include "intervals.h" |
| 44 | #include "buffer.h" | 44 | #include "buffer.h" |
| 45 | #include "screen.h" | ||
| 46 | 45 | ||
| 47 | /* The rest of the file is within this conditional. */ | 46 | /* The rest of the file is within this conditional. */ |
| 48 | #ifdef USE_TEXT_PROPERTIES | 47 | #ifdef USE_TEXT_PROPERTIES |