Fix build break with double-definition of EXR stubs

A better solution would be to mark all function in openexr_multi.h as forceinline or static, but this change just fixes it to work for the reason trunk works: the header defining the stubs is only needs to be included in one .c file
This commit is contained in:
Andrew Wiggin
2012-01-07 21:16:15 +00:00
parent cce23a732a
commit da84f3d4c9

View File

@@ -72,8 +72,6 @@
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "intern/openexr/openexr_multi.h"
#include "RE_engine.h"
#include "RE_pipeline.h"