]> code.delx.au - gnu-emacs/blobdiff - src/decompress.c
; Revert "Ensure undo-boundary after insert-file-contents."
[gnu-emacs] / src / decompress.c
index 460d4fe76701ebd367da8c690d342f08cd56129a..1213f482f772b01945446a346fa1025252567b15 100644 (file)
@@ -1,12 +1,12 @@
 /* Interface to zlib.
-   Copyright (C) 2013-2015 Free Software Foundation, Inc.
+   Copyright (C) 2013-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 <http://www.gnu.org/licenses/>.  */
 #include <zlib.h>
 
 #include "lisp.h"
-#include "character.h"
 #include "buffer.h"
 
 #include <verify.h>