Skip to content

Commit 5c205ab

Browse files
committed
fix clang format
Signed-off-by: Andy Chan <andychancse@gmail.com>
1 parent 1a296d7 commit 5c205ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/openexr.imageio/exr_pvt.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
#pragma once
66

77

8-
#include <OpenImageIO/filesystem.h>
98
#include <OpenImageIO/Imath.h>
9+
#include <OpenImageIO/filesystem.h>
1010
#include <OpenImageIO/imageio.h>
1111
#include <OpenImageIO/platform.h>
1212
#include <OpenImageIO/string_view.h>
1313
#include <OpenImageIO/typedesc.h>
1414

15+
#include <ImathBox.h>
1516
#include <OpenEXR/IexThrowErrnoExc.h>
1617
#include <OpenEXR/ImfChannelList.h>
1718
#include <OpenEXR/ImfIO.h>
18-
#include <ImathBox.h>
1919

2020
#ifdef OPENEXR_VERSION_MAJOR
2121
# define OPENEXR_CODED_VERSION \

0 commit comments

Comments
 (0)