X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Flogger.hxx;h=1f99cd9102c66bfe235267a9b8de83839b341448;hb=f467ba360902e4395d23b35481c55844a3946b91;hp=d9ffb73c3212dd069220a460d8141fcea5b99b21;hpb=fe1dd9474e5e921d617de5ce2dce41b4db9a6aaa;p=flightgear.git diff --git a/src/Main/logger.hxx b/src/Main/logger.hxx index d9ffb73c3..1f99cd910 100644 --- a/src/Main/logger.hxx +++ b/src/Main/logger.hxx @@ -6,26 +6,11 @@ #ifndef __LOGGER_HXX #define __LOGGER_HXX 1 -#ifndef __cplusplus -# error This library requires C++ -#endif - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include +#include #include #include -#include -#include #include -#include - -SG_USING_STD(ostream); -SG_USING_STD(vector); - /** * Log any property values to any number of CSV files.