Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenlib/intern/BLI_ghash.c')
-rw-r--r--source/blender/blenlib/intern/BLI_ghash.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/blenlib/intern/BLI_ghash.c b/source/blender/blenlib/intern/BLI_ghash.c
index 23200680d5d..b95f276a702 100644
--- a/source/blender/blenlib/intern/BLI_ghash.c
+++ b/source/blender/blenlib/intern/BLI_ghash.c
@@ -28,17 +28,10 @@
* A general (pointer -> pointer) hash table ADT
*/
-#include <stdlib.h>
-#include <string.h>
-#include "MEM_guardedalloc.h"
#include "BLI_ghash.h"
-#include "BLI_mempool.h"
-
#include "BLO_sys_types.h" // for intptr_t support
-#include "BKE_utildefines.h"
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif