darwin: remove invalid characters

This commit is contained in:
IoIxD 2026-01-09 14:45:12 -07:00
commit da33a1a3c6
5 changed files with 17 additions and 17 deletions

View file

@ -8,7 +8,7 @@
#include <Mw/MachDep.h>
#include <Mw/TypeDefs.h>
#include <Mw/LowLevel.h>
#include <Mw/LowLevel.h>
MWDECL int MwLLAppKitCallInit(void);

View file

@ -43,7 +43,7 @@
#include <pwd.h>
#include <dlfcn.h>
#include <signal.h>
#include <dirent.h>
#include <dirent.h>
#include <fcntl.h>
#endif