summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2016-01-03 19:36:50 +0100
committerMarcus Meissner <marcus@jet.franken.de>2016-01-03 19:36:50 +0100
commit6bd638afd65172de5eb8077135d65598fc0826db (patch)
tree4f9a0366f181c1c0de7ddf50228e10892eaa3736
parent3ad7500fe02c89348bb139f25e93dcf213c4de91 (diff)
downloadlibgphoto2-6bd638afd65172de5eb8077135d65598fc0826db.tar.gz
does not need sys/time.h header
-rw-r--r--camlibs/ptp2/chdk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/camlibs/ptp2/chdk.c b/camlibs/ptp2/chdk.c
index 5c27d5f43..cb45cc6ff 100644
--- a/camlibs/ptp2/chdk.c
+++ b/camlibs/ptp2/chdk.c
@@ -26,7 +26,6 @@
#include <stdio.h>
#include <stdarg.h>
#include <time.h>
-#include <sys/time.h>
#include <gphoto2/gphoto2-library.h>
#include <gphoto2/gphoto2-port-log.h>