diff options
Diffstat (limited to 'src/shared/time-dst.c')
-rw-r--r-- | src/shared/time-dst.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/shared/time-dst.c b/src/shared/time-dst.c index 1ce6f721b7..2797d1a796 100644 --- a/src/shared/time-dst.c +++ b/src/shared/time-dst.c @@ -21,18 +21,12 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include <ctype.h> #include <errno.h> #include <stddef.h> #include <stdio.h> -#include <stdlib.h> #include <string.h> #include <time.h> #include <endian.h> -#include <byteswap.h> -#include <assert.h> -#include <limits.h> -#include <unistd.h> #include <stdint.h> #include <stdbool.h> #include <sys/stat.h> |