Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 307487 | Differences between
and this patch

Collapse All | Expand All

(-)a/Source/FreeImage/PluginEXR.cpp (-9 / +9 lines)
Lines 21-35 Link Here
21
21
22
#include "FreeImage.h"
22
#include "FreeImage.h"
23
#include "Utilities.h"
23
#include "Utilities.h"
24
#include "../OpenEXR/IlmImf/ImfIO.h"
24
#include "OpenEXR/ImfIO.h"
25
#include "../OpenEXR/Iex/Iex.h"
25
#include "OpenEXR/Iex.h"
26
#include "../OpenEXR/IlmImf/ImfOutputFile.h"
26
#include "OpenEXR/ImfOutputFile.h"
27
#include "../OpenEXR/IlmImf/ImfInputFile.h"
27
#include "OpenEXR/ImfInputFile.h"
28
#include "../OpenEXR/IlmImf/ImfRgbaFile.h"
28
#include "OpenEXR/ImfRgbaFile.h"
29
#include "../OpenEXR/IlmImf/ImfChannelList.h"
29
#include "OpenEXR/ImfChannelList.h"
30
#include "../OpenEXR/IlmImf/ImfRgba.h"
30
#include "OpenEXR/ImfRgba.h"
31
#include "../OpenEXR/IlmImf/ImfArray.h"
31
#include "OpenEXR/ImfArray.h"
32
#include "../OpenEXR/Half/half.h"
32
#include "OpenEXR/half.h"
33
33
34
34
35
// ==========================================================
35
// ==========================================================

Return to bug 307487