commit | abed7e293f2e8a83e8036df7f2a3e1d9859e5fb2 | [log] [tgz] |
---|---|---|
author | dirk <[email protected]> | Sun Jan 31 17:10:21 2016 +0100 |
committer | dirk <[email protected]> | Sun Jan 31 17:10:21 2016 +0100 |
tree | aee38e295f2b212b791196c98af44450985335f3 | |
parent | cda3483dda6cecef149210f4a9cafb81432d3d52 [diff] [blame] |
Renamed hashmap.c to linked-list.c and removed the hashmap code.
diff --git a/MagickCore/configure.h b/MagickCore/configure.h index f382374..48ee4f9 100644 --- a/MagickCore/configure.h +++ b/MagickCore/configure.h
@@ -18,7 +18,7 @@ #ifndef _MAGICKCORE_CONFIGURE_H #define _MAGICKCORE_CONFIGURE_H -#include "MagickCore/hashmap.h" +#include "MagickCore/linked-list.h" #if defined(__cplusplus) || defined(c_plusplus) extern "C" {