]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unnecessary #include
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Sep 2024 23:48:33 +0000 (16:48 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 18 Sep 2024 10:48:41 +0000 (12:48 +0200)
* src/sysdep.c: Don’t include utimens.h; hasn’t been
needed for a while.

(cherry picked from commit cbe8683410a117698606b929532d4a3e692729d7)

src/sysdep.c

index fea346b03fd56ecb515014bfc86311f9b64d03db..bb4892af4af6b2dfaf0709c6ef630997015687ac 100644 (file)
@@ -33,7 +33,6 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 #include <c-ctype.h>
 #include <close-stream.h>
 #include <pathmax.h>
-#include <utimens.h>
 
 #include "lisp.h"
 #include "sysselect.h"