Remove unnecessary #include

* src/sysdep.c: Don’t include utimens.h; hasn’t been
needed for a while.
This commit is contained in:
Paul Eggert 2024-09-16 16:48:33 -07:00
parent f27553c30a
commit cbe8683410

View 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"