Fix memory.h include issues.

The local "memory.h" file is no longer used in V0.9 or development,
so it does not need to be included in vvp/codes.h. The VHDL target
does not use the system <memory.h> header file so there is no need
to have a define for it in the vhld_config.h.in file.
This commit is contained in:
Cary R 2009-10-26 10:18:28 -07:00 committed by Stephen Williams
parent d0cb963994
commit 9dc4c8cbe1
2 changed files with 0 additions and 4 deletions

View File

@ -6,9 +6,6 @@
/* Define to 1 if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

View File

@ -21,7 +21,6 @@
# include "pointers.h"
# include "vvp_net.h"
# include "memory.h"
# include "array.h"
# include "vthread.h"