aboutsummaryrefslogtreecommitdiff
path: root/src/inc.h
diff options
context:
space:
mode:
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;