]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak for better msvc ide behavior.
authorMichael Jerris <mike@jerris.com>
Sun, 30 Dec 2007 04:32:53 +0000 (04:32 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 30 Dec 2007 04:32:53 +0000 (04:32 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7030 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch.h

index cecfdaf74e10992e30fb053dcf4d483f8e8093a2..364d9820466e86f1c28db3350dad75f687b0d51b 100644 (file)
 #include <signal.h>
 #include <errno.h>
 
-#include <switch_platform.h>
-#include <switch_types.h>
-#include <switch_apr.h>
+#include "switch_platform.h"
+#include "switch_types.h"
+#include "switch_apr.h"
 
-#include <switch_core_db.h>
-#include <switch_regex.h>
-#include <switch_core.h>
-#include <switch_loadable_module.h>
-#include <switch_console.h>
-#include <switch_utils.h>
-#include <switch_caller.h>
-#include <switch_frame.h>
-#include <switch_module_interfaces.h>
-#include <switch_channel.h>
-#include <switch_buffer.h>
-#include <switch_event.h>
-#include <switch_resample.h>
-#include <switch_ivr.h>
-#include <switch_rtp.h>
-#include <switch_log.h>
-#include <switch_xml.h>
-#include <switch_core_event_hook.h>
-#include <switch_scheduler.h>
-#include <switch_config.h>
+#include "switch_core_db.h"
+#include "switch_regex.h"
+#include "switch_core.h"
+#include "switch_loadable_module.h"
+#include "switch_console.h"
+#include "switch_utils.h"
+#include "switch_caller.h"
+#include "switch_frame.h"
+#include "switch_module_interfaces.h"
+#include "switch_channel.h"
+#include "switch_buffer.h"
+#include "switch_event.h"
+#include "switch_resample.h"
+#include "switch_ivr.h"
+#include "switch_rtp.h"
+#include "switch_log.h"
+#include "switch_xml.h"
+#include "switch_core_event_hook.h"
+#include "switch_scheduler.h"
+#include "switch_config.h"
 #include <libteletone.h>
 
 /** \mainpage FreeSWITCH