mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-21 13:29:36 +00:00
some #include cleanup
This commit is contained in:
parent
78bc08814d
commit
9cb90cb3b0
@ -18,10 +18,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "StatusDisplay.h"
|
#include "StatusDisplay.h"
|
||||||
|
#include "SystemInfo.h"
|
||||||
|
|
||||||
#include <Quickdraw.h>
|
#include <Quickdraw.h>
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "SystemInfo.h"
|
#include <algorithm>
|
||||||
|
|
||||||
const short tableTop = 50;
|
const short tableTop = 50;
|
||||||
const short tableLineHeight = 20;
|
const short tableLineHeight = 20;
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
#include "AppLauncher.h"
|
#include "AppLauncher.h"
|
||||||
|
|
||||||
#include <AppleEvents.h>
|
#include <AppleEvents.h>
|
||||||
|
#include <Files.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
#include <Processes.h>
|
#include <Processes.h>
|
||||||
#include <Files.h>
|
#include <Files.h>
|
||||||
#include <TextUtils.h>
|
#include <TextUtils.h>
|
||||||
|
#include <Errors.h>
|
||||||
|
|
||||||
void *_sbrk_r(struct _reent *reent, ptrdiff_t increment)
|
void *_sbrk_r(struct _reent *reent, ptrdiff_t increment)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user