summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-10 18:02:26 +0000
committerManolo Gouy <Manolo>2016-04-10 18:02:26 +0000
commitf9369a74ef156d01e678111fb0de475c1cde98eb (patch)
tree72a50c487002b13a677b85994b3115aded87b943
parent7e20aa06f9861469d5f69f982ac34e143e0cb2e5 (diff)
Remove platform-dependent code from Fl_Clock.cxx
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11573 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_Clock.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Fl_Clock.cxx b/src/Fl_Clock.cxx
index 3926ec1b7..8882fdf2d 100644
--- a/src/Fl_Clock.cxx
+++ b/src/Fl_Clock.cxx
@@ -22,9 +22,6 @@
#include <FL/fl_draw.H>
#include <math.h>
#include <time.h>
-#ifndef WIN32
-# include <sys/time.h>
-#endif /* !WIN32 */
// Original clock display written by Paul Haeberli at SGI.
// Modifications by Mark Overmars for Forms