X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fpanel_io.hxx;h=5d5fd09fbc550a7b7e6572b293aaf79147450942;hb=5889a7148b492411430a7f3a76ae7847e0096ff7;hp=4db99ea18ffe5107b89d6d4eb61e0ac8345d5a4f;hpb=2b2b4fa8a3ba6fe6ce42dd3063ab1fa744216d0a;p=flightgear.git diff --git a/src/Cockpit/panel_io.hxx b/src/Cockpit/panel_io.hxx index 4db99ea18..5d5fd09fb 100644 --- a/src/Cockpit/panel_io.hxx +++ b/src/Cockpit/panel_io.hxx @@ -25,21 +25,14 @@ # include #endif -#ifdef HAVE_WINDOWS_H -# include -#endif - #include -#include STL_IOSTREAM -#include STL_STRING - -SG_USING_STD(istream); -SG_USING_STD(string); +#include +#include class FGPanel; -extern FGPanel * fgReadPanel (istream &input); -extern FGPanel * fgReadPanel (const string &relative_path); +extern FGPanel * fgReadPanel (std::istream &input); +extern FGPanel * fgReadPanel (const std::string &relative_path); #endif // __PANEL_IO_HXX