Removed malloc.h reference (Eric says ANSI says stdlib.h)

This commit is contained in:
Ralph Lange
2004-01-20 15:29:47 +00:00
parent 3bc5fb63d1
commit b53ad8b82f
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -19,7 +19,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
#include <alarm.h>
#include <tsDefs.h>
-1
View File
@@ -19,7 +19,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
#define epicsAlarmGLOBAL
#include <alarm.h>