]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/jpg-httpd.cxx
Update 'magic' for more consistant cross platform padding.
[flightgear.git] / src / Network / jpg-httpd.cxx
index 97433a1c96ec21e8ebd31510c0f639b1a5465faa..32642751a46f8dbbf57ba0451ed84fc1dc5dc360 100644 (file)
@@ -3,7 +3,7 @@
 //
 // Written by Curtis Olson, started June 2001.
 //
-// Copyright (C) 2001  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2001  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // Jpeg Image Support added August 2001
 //  by Norman Vine - nhv@cape.com
@@ -34,7 +34,6 @@
 #include <stdlib.h>            // atoi() atof()
 
 #include STL_STRING
-#include STL_STRSTREAM
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/io/iochannel.hxx>
@@ -47,8 +46,6 @@
 #include "jpg-httpd.hxx"
 
 SG_USING_STD(string);
-SG_USING_STD(cout);
-SG_USING_STD(istrstream);
 
 
 bool FGJpegHttpd::open() {