diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-02-24 20:37:24 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-02-24 20:37:24 +0000 |
commit | 0277b535be09ab13c023a854e498e8bf967ba0f0 (patch) | |
tree | 9b65fadca7296cb8c8c4c90ee51bf33b50134ac2 /src/intervals.h | |
parent | 82a399d298e86d29eff6ebff9775906edd38f7b6 (diff) | |
download | emacs-0277b535be09ab13c023a854e498e8bf967ba0f0.tar.gz |
Include "dispextern.h" unconditionally.
Diffstat (limited to 'src/intervals.h')
-rw-r--r-- | src/intervals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intervals.h b/src/intervals.h index 22a7a772b0b..338d7989f36 100644 --- a/src/intervals.h +++ b/src/intervals.h @@ -18,9 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef NORMAL_FACE #include "dispextern.h" -#endif #define NULL_INTERVAL ((INTERVAL)0) #define INTERVAL_DEFAULT NULL_INTERVAL |