BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include in each file
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user