X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/96c0686368d8b7d481cb40239db896ff37df416a..de7601f149a5fedc1f3f62c62ba94b9d0e3d2069:/src/region-cache.c diff --git a/src/region-cache.c b/src/region-cache.c index 8481a82030..45849568bf 100644 --- a/src/region-cache.c +++ b/src/region-cache.c @@ -1,14 +1,14 @@ /* Caching facts about regions of the buffer, for optimization. -Copyright (C) 1985-1989, 1993, 1995, 2001-2013 Free Software Foundation, +Copyright (C) 1985-1989, 1993, 1995, 2001-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 @@ -23,7 +23,6 @@ along with GNU Emacs. If not, see . */ #include #include "lisp.h" -#include "character.h" #include "buffer.h" #include "region-cache.h"