[Asterisk-cvs] asterisk/channels/h323 ast_h323.cpp,1.70,1.71

kpfleming at lists.digium.com kpfleming at lists.digium.com
Thu Apr 21 01:12:03 CDT 2005


Update of /usr/cvsroot/asterisk/channels/h323
In directory mongoose.digium.com:/tmp/cvs-serv6707/channels/h323

Modified Files:
	ast_h323.cpp 
Log Message:
use double-quotes instead of angle-brackets for non-system include files (bug #4058)


Index: ast_h323.cpp
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/h323/ast_h323.cpp,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- ast_h323.cpp	4 Apr 2005 07:06:26 -0000	1.70
+++ ast_h323.cpp	21 Apr 2005 06:02:44 -0000	1.71
@@ -40,7 +40,7 @@
 #ifdef __cplusplus
 extern "C" {
 #endif   
-#include <asterisk/logger.h>
+#include "asterisk/logger.h"
 #ifdef __cplusplus
 }
 #endif




More information about the svn-commits mailing list