summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 623b5c6)
raw | patch | inline | side by side (parent: 623b5c6)
author | Alexey Aleshkov <djmadcat@gmail.com> | |
Sun, 10 Dec 2017 11:03:54 +0000 (14:03 +0300) | ||
committer | Alexey Aleshkov <djmadcat@gmail.com> | |
Sun, 10 Dec 2017 11:03:54 +0000 (14:03 +0300) |
src/error.c | patch | blob | history | |
src/files.c | patch | blob | history | |
src/main.c | patch | blob | history | |
src/memory.c | patch | blob | history | |
src/view.c | patch | blob | history |
diff --git a/src/error.c b/src/error.c
index 8c8eee9d4890a3f8956a73224b3ab117ee4bc53e..26a8f123890d1467c39b8f92cf8837e9c4d4f957 100644 (file)
--- a/src/error.c
+++ b/src/error.c
//#include <conio.h>
#include <stdarg.h>
#include <stdlib.h>
-#include <malloc.h>
#include "keyb.h"
#include "sound.h"
#include "vga.h"
diff --git a/src/files.c b/src/files.c
index 1a819de37844f44945e87854fd45872e36fdc569..bc6abd937019f0423658c761db7b8bc7b8c2f572 100644 (file)
--- a/src/files.c
+++ b/src/files.c
#include "glob.h"
#include <stdio.h>
//#include <conio.h>
-#include <malloc.h>
//#include <dos.h>
#include <string.h>
#include <stdlib.h>
diff --git a/src/main.c b/src/main.c
index 5f0fe2343b3c2ee257222347a8234115f148d940..e1fce3757293a3a9d3be55d89c8f6213589fe812 100644 (file)
--- a/src/main.c
+++ b/src/main.c
//#include <time.h>
///#include <dos.h>
#include <stdlib.h>
-#include <malloc.h>
#include <string.h>
#include "error.h"
#include "config.h"
diff --git a/src/memory.c b/src/memory.c
index bec045671e5a8f3202cefb02bd7f615cb5913c4d..5c7953cc813ee93a99753ff327c2618352bd54da 100644 (file)
--- a/src/memory.c
+++ b/src/memory.c
#include "glob.h"
#include <stdio.h>
#include <stdlib.h>
-#include <malloc.h>
#include <string.h>
#include "error.h"
#include "files.h"
diff --git a/src/view.c b/src/view.c
index c1af0ccae607ef58c40636abfaa73ebd981258f3..f30b44569d16b3a940904386f4c9ebcc2c1bee71 100644 (file)
--- a/src/view.c
+++ b/src/view.c
#include "glob.h"
#include <string.h>
-#include <malloc.h>
#include "vga.h"
#include "memory.h"
#include "files.h"