diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 14:19:54 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 14:19:54 +0200 |
commit | eaeadb40acc2592c33aeba912839db3caeb670d2 (patch) | |
tree | c58ba3629b02e2856369e3fc4d0e92f831d97150 /system.h | |
parent | 3786b6640e11482b4573dc0cf1ffabdf5f50cbbc (diff) | |
download | rpm-eaeadb40acc2592c33aeba912839db3caeb670d2.tar.gz rpm-eaeadb40acc2592c33aeba912839db3caeb670d2.tar.bz2 rpm-eaeadb40acc2592c33aeba912839db3caeb670d2.zip |
Include <utime.h> where needed instead of system.h
- include unconditionally as we dont try to deal with utime() missing
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -43,10 +43,6 @@ extern char ** environ; # endif #endif -#ifdef HAVE_UTIME_H -#include <utime.h> -#endif - #ifdef HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include <memory.h> |