From: <svn...@op...> - 2009-07-16 10:24:59
|
Author: bellmich Date: Thu Jul 16 12:24:51 2009 New Revision: 1206 URL: http://libsyncml.opensync.org/changeset/1206 Log: cleaned up header file usage in sml_command.c Modified: trunk/libsyncml/sml_command.c Modified: trunk/libsyncml/sml_command.c ============================================================================== --- trunk/libsyncml/sml_command.c Thu Jul 16 12:19:18 2009 (r1205) +++ trunk/libsyncml/sml_command.c Thu Jul 16 12:24:51 2009 (r1206) @@ -20,10 +20,11 @@ */ #include "sml_command_internals.h" + #include "sml_error_internals.h" #include "sml_support.h" -#include <stdio.h> -#include <stdlib.h> + +#include "parser/sml_xml_assm.h" SmlCommandType smlCommandTypeFromString (const gchar *name, |