diff options
author | Kim Kibum <kb0929.kim@samsung.com> | 2012-04-29 16:58:20 +0900 |
---|---|---|
committer | Kim Kibum <kb0929.kim@samsung.com> | 2012-04-29 16:58:20 +0900 |
commit | 6e845031a94a76e6f40fc2600985b7f5c4f22c2e (patch) | |
tree | f56b5a2e90c235d2b586bb5912e88811593f0206 /include/calendar_private.h | |
parent | 6c1b43fb6c3e0f57d7e319d80725ca3623b47e04 (diff) | |
download | calendar-6e845031a94a76e6f40fc2600985b7f5c4f22c2e.tar.gz calendar-6e845031a94a76e6f40fc2600985b7f5c4f22c2e.tar.bz2 calendar-6e845031a94a76e6f40fc2600985b7f5c4f22c2e.zip |
upload tizen1.0 source
Diffstat (limited to 'include/calendar_private.h')
-rwxr-xr-x | include/calendar_private.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/calendar_private.h b/include/calendar_private.h index 68c7967..18d1bcc 100755 --- a/include/calendar_private.h +++ b/include/calendar_private.h @@ -18,9 +18,8 @@ #ifndef __TIZEN_SOCIAL_CALENDAR_PRIVATE_H__ #define __TIZEN_SOCIAL_CALENDAR_PRIVATE_H__ -#include <calendar.h> +#include <glib.h> #include <calendar_types.h> -#include <calendar-svc-provider.h> #ifdef __cplusplus extern "C" { |