comparison liboctave/oct-time.cc @ 10463:bbe99b2a5ba7

undo recent gnulib-related changes
author John W. Eaton <jwe@octave.org>
date Thu, 25 Mar 2010 17:30:07 -0400
parents 12d25a1d84bf
children 0de4eff677d6
comparison
equal deleted inserted replaced
10462:97a8ef453440 10463:bbe99b2a5ba7
23 #ifdef HAVE_CONFIG_H 23 #ifdef HAVE_CONFIG_H
24 #include <config.h> 24 #include <config.h>
25 #endif 25 #endif
26 26
27 #include <climits> 27 #include <climits>
28 #include "time.h" 28 #include <ctime>
29 29
30 #include <sys/time.h> 30 #include <sys/time.h>
31 #include <sys/types.h> 31 #include <sys/types.h>
32 #include <unistd.h> 32 #include <unistd.h>
33 33