]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Immediate Post-Commit Omission Finding Syndrome
authorMathieu Rene <mrene@avgs.ca>
Thu, 5 Mar 2009 03:24:29 +0000 (03:24 +0000)
committerMathieu Rene <mrene@avgs.ca>
Thu, 5 Mar 2009 03:24:29 +0000 (03:24 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12434 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch.h
src/switch_xml_config.c

index 6492137d354493a4f77bbec15af04191743c2428..6f73e644f29f79236d264341d7546b80d9423f49 100644 (file)
 #include "switch_rtp.h"
 #include "switch_log.h"
 #include "switch_xml.h"
+#include "switch_xml_config.h"
 #include "switch_core_event_hook.h"
 #include "switch_scheduler.h"
 #include "switch_config.h"
index fff231d434ffb4e71bfb7b1232cbab79ec29f990..863bc428c7933f3f14ec43977be4042cf891d475 100644 (file)
@@ -30,7 +30,6 @@
  *
  */
 
-#include <stdio.h>
 #include <switch.h>
 
 switch_status_t switch_xml_config_parse(switch_xml_t xml, int reload, switch_xml_config_item_t *options)