]> code.delx.au - gnu-emacs/blobdiff - src/intervals.h
Include-file cleanup for src directory
[gnu-emacs] / src / intervals.h
index 5a7829de93c7aece4841862e6ff0bcd113030d79..96e82055e9ce62cd2ac582e657e7172fc80d0e61 100644 (file)
@@ -19,8 +19,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #ifndef EMACS_INTERVALS_H
 #define EMACS_INTERVALS_H
 
-#include "dispextern.h"
-
 INLINE_HEADER_BEGIN
 
 /* Basic data type for use of intervals.  */
@@ -295,8 +293,6 @@ extern int text_property_stickiness (Lisp_Object prop, Lisp_Object pos,
 
 extern void syms_of_textprop (void);
 
-#include "composite.h"
-
 INLINE_HEADER_END
 
 #endif /* EMACS_INTERVALS_H */