diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2010-12-01 19:51:35 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2010-12-01 19:51:35 -0500 |
commit | a13d392e9f5cfa6e9b35cdbe61db80d0ed0ffde8 (patch) | |
tree | 77f8800d7caa3c7ddd1e2add2c9660987c6ccb5c /ntpshm.c | |
parent | a92a5c2d17b1e4eb0d2ac0e71a8d5c2fe45f60ac (diff) | |
download | gpsd-a13d392e9f5cfa6e9b35cdbe61db80d0ed0ffde8.tar.gz |
Unused-header removals by deheader. All regression tests pass.
Diffstat (limited to 'ntpshm.c')
-rw-r--r-- | ntpshm.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -9,11 +9,9 @@ #include <stdlib.h> #include "gpsd_config.h" -#include <sys/types.h> #ifndef S_SPLINT_S #include <unistd.h> #endif /* S_SPLINT_S */ -#include <stdio.h> #include <string.h> #include <math.h> #include <errno.h> |