X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2Fstopwatch.hxx;h=34364387c21e54d91f2e046a8423367d1ab92716;hb=e4e31be7d43569a92a5d9fa7e784381b66cbd95a;hp=bb8ebc4fb1c4ca5f9b6c7e686b48484e7c241882;hpb=5348f4eafe4daea2e110a19cab1c1fb4cbfedda6;p=simgear.git diff --git a/simgear/misc/stopwatch.hxx b/simgear/misc/stopwatch.hxx index bb8ebc4f..34364387 100644 --- a/simgear/misc/stopwatch.hxx +++ b/simgear/misc/stopwatch.hxx @@ -25,10 +25,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * */ @@ -39,12 +38,12 @@ #ifndef _STOPWATCH_HXX #define _STOPWATCH_HXX -#ifndef __cplusplus +#ifndef __cplusplus # error This library requires C++ -#endif +#endif #ifdef HAVE_CONFIG_H -# include +# include #endif #if defined(__linux__) && ! defined(HAVE_GETRUSAGE)