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:
authorCampbell Barton <ideasman42@gmail.com>2011-10-24 12:18:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-24 12:18:20 +0400
commitdbe2fe5043b99f8a5717bbe5b6a9e36a6519f8c7 (patch)
tree17a9117ca6d4b1f728196cc22e802c0a13cf9a67 /source/blender
parentad1d3dd30fa5f4c33279679e3824899fd18801b8 (diff)
fix for errors with merge
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenlib/intern/BLI_ghash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/BLI_ghash.c b/source/blender/blenlib/intern/BLI_ghash.c
index 3a423135d5e..0c6ff6a7b96 100644
--- a/source/blender/blenlib/intern/BLI_ghash.c
+++ b/source/blender/blenlib/intern/BLI_ghash.c
@@ -42,8 +42,8 @@
// #include "BLI_blenlib.h"
-#include "BLI_mempool.h"
#include "BLI_utildefines.h"
+#include "BLI_mempool.h"
#include "BLI_ghash.h"
#include "BLO_sys_types.h" // for intptr_t support