diff --git a/tgt-vhdl/vhdl_config.h.in b/tgt-vhdl/vhdl_config.h.in index 23193ebc2..dbb221b9e 100644 --- a/tgt-vhdl/vhdl_config.h.in +++ b/tgt-vhdl/vhdl_config.h.in @@ -6,9 +6,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MALLOC_H -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H diff --git a/vvp/codes.h b/vvp/codes.h index eff9a2b14..013ab4603 100644 --- a/vvp/codes.h +++ b/vvp/codes.h @@ -1,7 +1,7 @@ #ifndef __codes_H #define __codes_H /* - * Copyright (c) 2001-2008 Stephen Williams (steve@icarus.com) + * Copyright (c) 2001-2009 Stephen Williams (steve@icarus.com) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU @@ -21,7 +21,6 @@ # include "pointers.h" # include "vvp_net.h" -# include "memory.h" # include "array.h" # include "vthread.h"