aboutsummaryrefslogtreecommitdiff
path: root/src/inc.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-04 09:15:08 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-04 09:15:08 +0000
commit59cee0067712d3c0bcebc8795e6b5709c1e8c15d (patch)
tree38f3637f0ff4d83982af248dcf0093cafae2aeaa /src/inc.h
parent2576b08989a3361f1da272085840bda30cac9f5d (diff)
improved portability.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@461 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/inc.h')
-rw-r--r--src/inc.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/inc.h b/src/inc.h
index 8c2b406c..090dbcaf 100644
--- a/src/inc.h
+++ b/src/inc.h
@@ -25,8 +25,6 @@
#endif
#include <glib.h>
-#include <time.h>
-#include <sys/time.h>
#include "mainwindow.h"
#include "progressdialog.h"
@@ -60,8 +58,8 @@ struct _IncProgressDialog
gboolean show_dialog;
- struct timeval progress_tv;
- struct timeval folder_tv;
+ GTimeVal progress_tv;
+ GTimeVal folder_tv;
GList *queue_list; /* list of IncSession */
gint cur_row;