From 9852932dcc845d6b0ec2ad2ff73518cdca905733 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 30 Dec 2015 13:48:29 -0600 Subject: [PATCH] Fix another error from the last set of header file renaming --- libxx/{libxx.h => libxx.hxx} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename libxx/{libxx.h => libxx.hxx} (96%) diff --git a/libxx/libxx.h b/libxx/libxx.hxx similarity index 96% rename from libxx/libxx.h rename to libxx/libxx.hxx index 0fcdfedb02e..f8c1eada4a9 100644 --- a/libxx/libxx.h +++ b/libxx/libxx.hxx @@ -1,5 +1,5 @@ //*************************************************************************** -// lib/libxx.h +// lib/libxx.hxx // // Copyright (C) 2012-2013 Gregory Nutt. All rights reserved. // Author: Gregory Nutt @@ -33,8 +33,8 @@ // //*************************************************************************** -#ifndef __LIBXX_LIBXX_INTERNAL_HXX -#define __LIBXX_LIBXX_INTERNAL_HXX +#ifndef __LIBXX_LIBXX_HXX +#define __LIBXX_LIBXX__HXX //*************************************************************************** // Included Files @@ -85,4 +85,4 @@ extern "C" FAR void *__dso_handle; extern "C" int __cxa_atexit(__cxa_exitfunc_t func, void *arg, void *dso_handle); -#endif // __LIBXX_LIBXX_INTERNAL_HXX +#endif // __LIBXX_LIBXX_HXX