Revision: 7613
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7613&view=rev
Author:   gbiggs
Date:     2009-05-01 12:22:15 +0000 (Fri, 01 May 2009)

Log Message:
-----------
Moved include lines outside extern

Modified Paths:
--------------
    code/player/trunk/utils/pmap/lodo.h
    code/player/trunk/utils/pmap/omap.h
    code/player/trunk/utils/pmap/pmap.h
    code/player/trunk/utils/pmap/rmap.h

Modified: code/player/trunk/utils/pmap/lodo.h
===================================================================
--- code/player/trunk/utils/pmap/lodo.h 2009-05-01 12:17:18 UTC (rev 7612)
+++ code/player/trunk/utils/pmap/lodo.h 2009-05-01 12:22:15 UTC (rev 7613)
@@ -95,15 +95,15 @@
 #ifndef LODO_H
 #define LODO_H
 
+#include <gsl/gsl_min.h>
+#include "slap.h"
+
 #ifdef __cplusplus
 extern "C"
 {
 #endif
 
-#include <gsl/gsl_min.h>
-#include "slap.h"
 
-
 /// Limits
 #define LODO_MAX_RANGES 1024
 

Modified: code/player/trunk/utils/pmap/omap.h
===================================================================
--- code/player/trunk/utils/pmap/omap.h 2009-05-01 12:17:18 UTC (rev 7612)
+++ code/player/trunk/utils/pmap/omap.h 2009-05-01 12:22:15 UTC (rev 7613)
@@ -27,14 +27,14 @@
 #ifndef OMAP_H
 #define OMAP_H
 
+#include "slap.h"
+
 #ifdef __cplusplus
 extern "C"
 {
 #endif
 
-#include "slap.h"
 
-
 /// @brief omap object data
 typedef struct
 {

Modified: code/player/trunk/utils/pmap/pmap.h
===================================================================
--- code/player/trunk/utils/pmap/pmap.h 2009-05-01 12:17:18 UTC (rev 7612)
+++ code/player/trunk/utils/pmap/pmap.h 2009-05-01 12:22:15 UTC (rev 7613)
@@ -56,15 +56,14 @@
 #ifndef PMAP_H
 #define PMAP_H
 
+#include "gsl/gsl_rng.h"
+#include "slap.h"
+
 #ifdef __cplusplus
 extern "C"
 {
 #endif
 
-#include "gsl/gsl_rng.h"
-#include "slap.h"
-
-
 /// Limits
 #define PMAP_MAX_RANGES 1024
   

Modified: code/player/trunk/utils/pmap/rmap.h
===================================================================
--- code/player/trunk/utils/pmap/rmap.h 2009-05-01 12:17:18 UTC (rev 7612)
+++ code/player/trunk/utils/pmap/rmap.h 2009-05-01 12:22:15 UTC (rev 7613)
@@ -32,13 +32,13 @@
 #ifndef RMAP_H
 #define RMAP_H
 
+#include "slap.h"
+
 #ifdef __cplusplus
 extern "C"
 {
 #endif
 
-#include "slap.h"
-
 /// Limits
 #define RMAP_MAX_RANGES 1024
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to