X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/48395495d6f6602f666c11d0b38f6600b629ccfc..829733104db073f8abd67765eae162e7360281fa:/src/intervals.h diff --git a/src/intervals.h b/src/intervals.h index 30fb4b10b0..b8cdcfdc0f 100644 --- a/src/intervals.h +++ b/src/intervals.h @@ -1,12 +1,12 @@ /* Definitions and global variables for intervals. - Copyright (C) 1993-1994, 2000-2015 Free Software Foundation, Inc. + Copyright (C) 1993-1994, 2000-2016 Free Software Foundation, Inc. This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +the Free Software Foundation, either version 3 of the License, or (at +your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -16,7 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ -#include "dispextern.h" +#ifndef EMACS_INTERVALS_H +#define EMACS_INTERVALS_H INLINE_HEADER_BEGIN @@ -292,6 +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 */