Skip to content

Commit

Permalink
Optimized some includes
Browse files Browse the repository at this point in the history
  • Loading branch information
afxgroup committed Oct 4, 2023
1 parent 861e350 commit a877cb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion library/include/dos.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include <stdio.h>
#include <stddef.h>
#include <signal.h>
#include <sys/resource.h>
#include <sys/syslimits.h>
#include <wchar.h>
Expand Down
1 change: 0 additions & 1 deletion library/include/stdlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <wchar.h>
#include <alloca.h>
#include <sys/types.h>
#include <dos.h>

#ifndef _SYS_CLIB4_STDC_H
#include <sys/clib4_stdc.h>
Expand Down

0 comments on commit a877cb5

Please sign in to comment.