pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r3042 - in trunk/pingus/src: . lisp physfs


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3042 - in trunk/pingus/src: . lisp physfs
Date: Tue, 28 Aug 2007 19:01:49 +0200

Author: grumbel
Date: 2007-08-28 19:01:47 +0200 (Tue, 28 Aug 2007)
New Revision: 3042

Modified:
   trunk/pingus/src/lisp/parser.cpp
   trunk/pingus/src/physfs/physfs_sdl.cpp
   trunk/pingus/src/physfs/physfs_stream.cpp
   trunk/pingus/src/physfs/physfs_stream.hpp
   trunk/pingus/src/pingus_main.cpp
Log:
- commented out some physfs includes

Modified: trunk/pingus/src/lisp/parser.cpp
===================================================================
--- trunk/pingus/src/lisp/parser.cpp    2007-08-25 03:26:56 UTC (rev 3041)
+++ trunk/pingus/src/lisp/parser.cpp    2007-08-28 17:01:47 UTC (rev 3042)
@@ -26,7 +26,7 @@
 #include <fstream>
 #include <exception>
 
-#include "physfs/physfs_stream.hpp"
+//#include "physfs/physfs_stream.hpp"
 #include "parser.hpp"
 #include "lisp.hpp"
 

Modified: trunk/pingus/src/physfs/physfs_sdl.cpp
===================================================================
--- trunk/pingus/src/physfs/physfs_sdl.cpp      2007-08-25 03:26:56 UTC (rev 
3041)
+++ trunk/pingus/src/physfs/physfs_sdl.cpp      2007-08-28 17:01:47 UTC (rev 
3042)
@@ -17,9 +17,9 @@
 */
 #include <config.h>
 
-#include "physfs_sdl.hpp"
+//#include "physfs_sdl.hpp"
 
-#include <physfs.h>
+// #include <physfs.h>
 
 #include <stdexcept>
 #include <sstream>

Modified: trunk/pingus/src/physfs/physfs_stream.cpp
===================================================================
--- trunk/pingus/src/physfs/physfs_stream.cpp   2007-08-25 03:26:56 UTC (rev 
3041)
+++ trunk/pingus/src/physfs/physfs_stream.cpp   2007-08-28 17:01:47 UTC (rev 
3042)
@@ -20,7 +20,7 @@
 #include "physfs_stream.hpp"
 
 #include <assert.h>
-#include <physfs.h>
+// #include <physfs.h>
 #include <stdexcept>
 #include <sstream>
 

Modified: trunk/pingus/src/physfs/physfs_stream.hpp
===================================================================
--- trunk/pingus/src/physfs/physfs_stream.hpp   2007-08-25 03:26:56 UTC (rev 
3041)
+++ trunk/pingus/src/physfs/physfs_stream.hpp   2007-08-28 17:01:47 UTC (rev 
3042)
@@ -19,7 +19,7 @@
 #define __PHYSFSSTREAM_HPP__
 
 #include <stdio.h>
-#include <physfs.h>
+// #include <physfs.h>
 #include <string>
 #include <streambuf>
 #include <iostream>

Modified: trunk/pingus/src/pingus_main.cpp
===================================================================
--- trunk/pingus/src/pingus_main.cpp    2007-08-25 03:26:56 UTC (rev 3041)
+++ trunk/pingus/src/pingus_main.cpp    2007-08-28 17:01:47 UTC (rev 3042)
@@ -29,7 +29,7 @@
 #include <signal.h>
 #include <locale.h>
 #include <iostream>
-#include <physfs.h>
+//#include <physfs.h>
 #include "lisp/lisp.hpp"
 #include "lisp/parser.hpp"
 #include "string_util.hpp"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]