diff options
| author | Manolo Gouy <Manolo> | 2016-04-10 18:02:26 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-10 18:02:26 +0000 |
| commit | f9369a74ef156d01e678111fb0de475c1cde98eb (patch) | |
| tree | 72a50c487002b13a677b85994b3115aded87b943 /src/Fl_Clock.cxx | |
| parent | 7e20aa06f9861469d5f69f982ac34e143e0cb2e5 (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
Diffstat (limited to 'src/Fl_Clock.cxx')
| -rw-r--r-- | src/Fl_Clock.cxx | 3 |
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 |
