BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include in each file

This commit is contained in:
2011-10-20 13:50:24 +00:00
parent a828845f27
commit 2bd9519e39
18 changed files with 34 additions and 9 deletions

View File

@@ -39,13 +39,6 @@
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "BLI_mempool.h"
#include "BLI_blenlib.h"
typedef unsigned int (*GHashHashFP) (const void *key);
typedef int (*GHashCmpFP) (const void *a, const void *b);
typedef void (*GHashKeyFreeFP) (void *key);