From: <svn...@op...> - 2009-07-16 10:33:15
|
Author: bellmich Date: Thu Jul 16 12:33:01 2009 New Revision: 1210 URL: http://libsyncml.opensync.org/changeset/1210 Log: cleaned up header file usage in sml_notification.c Modified: trunk/libsyncml/sml_notification.c Modified: trunk/libsyncml/sml_notification.c ============================================================================== --- trunk/libsyncml/sml_notification.c Thu Jul 16 12:31:16 2009 (r1209) +++ trunk/libsyncml/sml_notification.c Thu Jul 16 12:33:01 2009 (r1210) @@ -22,18 +22,12 @@ #include "sml_notification_internals.h" #include "sml_support.h" +#include "sml_error_internals.h" -#include "string.h" #include "sml_transport.h" -//#include "sml_command_internals.h" -//#include "sml_manager_internals.h" -#include "sml_error_internals.h" -//#include "objects/sml_auth_internals.h" -//#include "sml_elements_internals.h" -#include "data_sync_api/sml_location_internals.h" -#include <stdlib.h> -#include <stdio.h> +#include "sml_md5.h" +#include "data_sync_api/sml_location_internals.h" SmlNotification* smlNotificationNew (SmlNotificationVersion version, |