diff options
author | Federico Mena Quintero <federico@src.gnome.org> | 2001-07-17 05:26:38 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-07-17 05:26:38 +0800 |
commit | 29672fc78d4142c6666f8546f055278f485b83c2 (patch) | |
tree | 6a05274e75399376b45593d8eeae4c3bc50c6c7c /calendar | |
parent | 55eb097681a9e016e4c5c8e99759c11b0e6a1de9 (diff) | |
download | gsoc2013-evolution-29672fc78d4142c6666f8546f055278f485b83c2.tar gsoc2013-evolution-29672fc78d4142c6666f8546f055278f485b83c2.tar.gz gsoc2013-evolution-29672fc78d4142c6666f8546f055278f485b83c2.tar.bz2 gsoc2013-evolution-29672fc78d4142c6666f8546f055278f485b83c2.tar.lz gsoc2013-evolution-29672fc78d4142c6666f8546f055278f485b83c2.tar.xz gsoc2013-evolution-29672fc78d4142c6666f8546f055278f485b83c2.tar.zst gsoc2013-evolution-29672fc78d4142c6666f8546f055278f485b83c2.zip |
Removed unused headers - Federico
svn path=/trunk/; revision=11139
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/calendar-model.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/calendar/gui/calendar-model.c b/calendar/gui/calendar-model.c index 64b19065ff..2e48ecf00c 100644 --- a/calendar/gui/calendar-model.c +++ b/calendar/gui/calendar-model.c @@ -27,14 +27,6 @@ #include <math.h> #include <sys/types.h> -/* We need this for strptime. */ -#define _XOPEN_SOURCE 500 -#define __USE_XOPEN -#include <time.h> -#include <sys/time.h> -#undef _XOPEN_SOURCE -#undef __USE_XOPEN - #include <ctype.h> #include <libgnomeui/gnome-messagebox.h> |