From e897e7aa9fb18fc83d177acab1dd18e0284429a6 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sun, 12 May 2013 20:45:21 -0500 Subject: minor documentation & #include cleanups to the timezone classes --- src/timezone-file.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/timezone-file.h') diff --git a/src/timezone-file.h b/src/timezone-file.h index 7186beb..b02abe1 100644 --- a/src/timezone-file.h +++ b/src/timezone-file.h @@ -20,9 +20,6 @@ #ifndef __INDICATOR_DATETIME_TIMEZONE_FILE__H__ #define __INDICATOR_DATETIME_TIMEZONE_FILE__H__ -#include -#include - #include "timezone.h" /* parent class */ G_BEGIN_DECLS @@ -39,8 +36,8 @@ typedef struct _IndicatorDatetimeTimezoneFileClass IndicatorDatetimeTimezoneFi GType indicator_datetime_timezone_file_get_type (void); /** - * An implementation of IndicatorDatetimeTimezone which determines the timezone - * from monitoring a local file, such as /etc/timezone + * An IndicatorDatetimeTimezone which uses a local file, + * such as /etc/timezone, to determine the timezone. */ struct _IndicatorDatetimeTimezoneFile { -- cgit v1.2.3