CoreServices: CoreEndian.h -> Endian.h

This commit is contained in:
Lubos Dolezel 2020-03-30 16:01:13 +02:00
parent 25134ea61c
commit 45db3a9c6c
4 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with Darling. If not, see <http://www.gnu.org/licenses/>. along with Darling. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "CoreEndian.h" #include <CoreServices/Endian.h>
#include <stdint.h> #include <stdint.h>
#include <map> #include <map>
#include <TargetConditionals.h> #include <TargetConditionals.h>

View File

@ -1 +0,0 @@
include/CoreServices/CoreEndian.h

View File

@ -2,7 +2,7 @@
#define _CORESERVICES_CORESERVICES_H_ #define _CORESERVICES_CORESERVICES_H_
#include <CoreServices/Components.h> #include <CoreServices/Components.h>
#include <CoreServices/CoreEndian.h> #include <CoreServices/Endian.h>
#include <CoreServices/DateTimeUtils.h> #include <CoreServices/DateTimeUtils.h>
#include <CoreServices/DriverServices.h> #include <CoreServices/DriverServices.h>
#include <CoreServices/DriverSynchronization.h> #include <CoreServices/DriverSynchronization.h>