[xiph-commits] r14206 - icecast/trunk/icecast/src

karl at svn.xiph.org karl at svn.xiph.org
Tue Nov 20 18:55:12 PST 2007


Author: karl
Date: 2007-11-20 18:55:11 -0800 (Tue, 20 Nov 2007)
New Revision: 14206

Modified:
   icecast/trunk/icecast/src/client.c
   icecast/trunk/icecast/src/format_ogg.c
   icecast/trunk/icecast/src/slave.h
   icecast/trunk/icecast/src/stats.c
   icecast/trunk/icecast/src/yp.c
Log:
minor cleanups, no functional change


Modified: icecast/trunk/icecast/src/client.c
===================================================================
--- icecast/trunk/icecast/src/client.c	2007-11-21 00:23:36 UTC (rev 14205)
+++ icecast/trunk/icecast/src/client.c	2007-11-21 02:55:11 UTC (rev 14206)
@@ -36,11 +36,11 @@
 
 #include "client.h"
 #include "logging.h"
-
-#ifdef _WIN32
-#define snprintf _snprintf
-#endif
 
+#ifdef _WIN32
+#define snprintf _snprintf
+#endif
+
 #undef CATMODULE
 #define CATMODULE "client"
 

Modified: icecast/trunk/icecast/src/format_ogg.c
===================================================================
--- icecast/trunk/icecast/src/format_ogg.c	2007-11-21 00:23:36 UTC (rev 14205)
+++ icecast/trunk/icecast/src/format_ogg.c	2007-11-21 02:55:11 UTC (rev 14206)
@@ -42,11 +42,11 @@
 #endif
 #include "format_midi.h"
 #include "format_flac.h"
-
-#ifdef _WIN32
-#define snprintf _snprintf
-#endif
 
+#ifdef _WIN32
+#define snprintf _snprintf
+#endif
+
 #define CATMODULE "format-ogg"
 #include "logging.h"
 

Modified: icecast/trunk/icecast/src/slave.h
===================================================================
--- icecast/trunk/icecast/src/slave.h	2007-11-21 00:23:36 UTC (rev 14205)
+++ icecast/trunk/icecast/src/slave.h	2007-11-21 02:55:11 UTC (rev 14206)
@@ -13,7 +13,7 @@
 #ifndef __SLAVE_H__
 #define __SLAVE_H__
 
-#include <thread/thread.h>
+#include "thread/thread.h"
 
 typedef struct _relay_server {
     char *server;

Modified: icecast/trunk/icecast/src/stats.c
===================================================================
--- icecast/trunk/icecast/src/stats.c	2007-11-21 00:23:36 UTC (rev 14205)
+++ icecast/trunk/icecast/src/stats.c	2007-11-21 02:55:11 UTC (rev 14206)
@@ -23,10 +23,10 @@
 #include <libxml/parser.h>
 #include <libxml/tree.h>
 
-#include <thread/thread.h>
-#include <avl/avl.h>
-#include <httpp/httpp.h>
-#include <net/sock.h>
+#include "thread/thread.h"
+#include "avl/avl.h"
+#include "httpp/httpp.h"
+#include "net/sock.h"
 
 #include "connection.h"
 

Modified: icecast/trunk/icecast/src/yp.c
===================================================================
--- icecast/trunk/icecast/src/yp.c	2007-11-21 00:23:36 UTC (rev 14205)
+++ icecast/trunk/icecast/src/yp.c	2007-11-21 02:55:11 UTC (rev 14206)
@@ -20,7 +20,7 @@
 #include <stdlib.h>
 #include <curl/curl.h>
 
-#include <thread/thread.h>
+#include "thread/thread.h"
 
 #include "connection.h"
 #include "refbuf.h"



More information about the commits mailing list