mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Rename libxx_internal.h to libxx.h
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//***************************************************************************
|
||||
// lib/libxx_internal.h
|
||||
// lib/libxx.h
|
||||
//
|
||||
// Copyright (C) 2012-2013 Gregory Nutt. All rights reserved.
|
||||
// Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include "libxx_internal.hxx"
|
||||
#include "libxx.hxx"
|
||||
|
||||
//***************************************************************************
|
||||
// Pre-processor Definitions
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "libxx_internal.hxx"
|
||||
#include "libxx.hxx"
|
||||
|
||||
//***************************************************************************
|
||||
// Pre-processor Definitions
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "libxx_internal.hxx"
|
||||
#include "libxx.hxx"
|
||||
|
||||
//***************************************************************************
|
||||
// Pre-processor Definitions
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include <nuttx/config.h>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "libxx_internal.hxx"
|
||||
#include "libxx.hxx"
|
||||
|
||||
//***************************************************************************
|
||||
// Pre-processor Definitions
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@
|
||||
#include <cstddef>
|
||||
#include <debug.h>
|
||||
|
||||
#include "libxx_internal.hxx"
|
||||
#include "libxx.hxx"
|
||||
|
||||
//***************************************************************************
|
||||
// Pre-processor Definitions
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#include <cstddef>
|
||||
#include <debug.h>
|
||||
|
||||
#include "libxx_internal.hxx"
|
||||
#include "libxx.hxx"
|
||||
|
||||
//***************************************************************************
|
||||
// Pre-processor Definitions
|
||||
|
||||
Reference in New Issue
Block a user