Removal of Mw/Error.h, addition of MwStringPrintIntoBuffer #14

Merged
IoI_xD merged 5 commits from printtobuf into master 2026-03-31 15:20:57 +09:00
3 changed files with 0 additions and 3 deletions
Showing only changes of commit 3d99a9249f - Show all commits

remove mw/error.h includes

IoI_xD 2026-03-30 11:22:22 -07:00

View file

@ -5,7 +5,6 @@
* ioixd maintains this file. nishi doesn't know vulkan at all * ioixd maintains this file. nishi doesn't know vulkan at all
*/ */
#include "Mw/Error.h"
#include <Mw/Milsko.h> #include <Mw/Milsko.h>
#include <Mw/Widget/Vulkan.h> #include <Mw/Widget/Vulkan.h>

View file

@ -12,7 +12,6 @@
#include <Mw/Core.h> #include <Mw/Core.h>
#include <Mw/Default.h> #include <Mw/Default.h>
#include <Mw/Font.h> #include <Mw/Font.h>
#include <Mw/Error.h>
#include <Mw/Constants.h> #include <Mw/Constants.h>
#include <Mw/Unicode.h> #include <Mw/Unicode.h>
#include <Mw/String.h> #include <Mw/String.h>

View file

@ -21,7 +21,6 @@
#include <Mw/MachDep.h> #include <Mw/MachDep.h>
#include <Mw/TypeDefs.h> #include <Mw/TypeDefs.h>
#include <Mw/Core.h> #include <Mw/Core.h>
#include <Mw/Error.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {