pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src xml_pdf.cxx,1.3,1.4


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src xml_pdf.cxx,1.3,1.4
Date: 6 Oct 2002 19:29:41 -0000

Update of /usr/local/cvsroot/Games/Pingus/src
In directory dark:/tmp/cvs-serv4034

Modified Files:
        xml_pdf.cxx 
Log Message:
I prefer system header files at the top

Index: xml_pdf.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/xml_pdf.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xml_pdf.cxx 6 Oct 2002 19:23:43 -0000       1.3
+++ xml_pdf.cxx 6 Oct 2002 19:29:39 -0000       1.4
@@ -17,13 +17,13 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <algorithm>
+
 #include "xml_helper.hxx"
 #include "pingus_error.hxx"
 #include "plf.hxx"
 #include "path_manager.hxx"
 #include "xml_pdf.hxx"
-
-#include <algorithm>
 
 XMLPDF::XMLPDF(const std::string& filename)
   : plf(0)





reply via email to

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