OSDN Git Service

Remove dependence on sys/timeb.h. Nothing uses ftime() or struct timeb, and sys...
authorEric Branlund <ebranlund@fastmail.com>
Sat, 31 Dec 2022 03:03:06 +0000 (20:03 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Sat, 31 Dec 2022 03:03:06 +0000 (20:03 -0700)
src/system/h-system.h

index a000767..9e8e95b 100644 (file)
@@ -31,7 +31,6 @@
     #include <sys/file.h>
     #include <sys/param.h>
     #include <sys/stat.h>
-    #include <sys/timeb.h>
     #include <sys/types.h>
     #include <unistd.h>
   #endif