summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-12-23 14:19:54 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-12-23 14:19:54 +0200
commiteaeadb40acc2592c33aeba912839db3caeb670d2 (patch)
treec58ba3629b02e2856369e3fc4d0e92f831d97150 /system.h
parent3786b6640e11482b4573dc0cf1ffabdf5f50cbbc (diff)
downloadrpm-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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/system.h b/system.h
index 83f358755..bb40b8d21 100644
--- a/system.h
+++ b/system.h
@@ -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>