]> git.mxchange.org Git - flightgear.git/commitdiff
src/Network/jpg-httpd.cxx: Include C++ C headers instead of plain C headers.
authorAnders Gidenstam <anders@gidenstam.org>
Sun, 24 Oct 2010 13:21:26 +0000 (15:21 +0200)
committerAnders Gidenstam <anders@gidenstam.org>
Sun, 24 Oct 2010 13:22:06 +0000 (15:22 +0200)
src/Network/jpg-httpd.cxx

index ba5e5e3c25a51114d75d611f1dad46803c827eb2..55e5e79c02c44619fddf7c50dfcebda0f9abfe50 100644 (file)
@@ -31,9 +31,9 @@
 
 #include <simgear/compiler.h>
 
-#include <stdlib.h>            // atoi() atof()
+#include <cstdlib>             // atoi() atof()
 
-#include <string>
+#include <cstring>
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/io/iochannel.hxx>