Skip to content

Commit

Permalink
Fixed angle bracket vs quote includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Halfdan Ingvarsson authored and nickrasmussen committed Aug 8, 2018
1 parent fa59776 commit fd85709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OpenEXR/IlmImf/ImfCompositeDeepScanLine.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#include "ImfForward.h"
#include "ImfNamespace.h"
#include "ImfExport.h"
#include <ImathBox.h>
#include "ImathBox.h"

OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER

Expand Down
4 changes: 2 additions & 2 deletions OpenEXR/IlmImf/ImfSystemSpecific.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
#ifndef INCLUDED_IMF_COMPILER_SPECIFIC_H
#define INCLUDED_IMF_COMPILER_SPECIFIC_H

#include <ImfNamespace.h>
#include <ImfSimd.h>
#include "ImfNamespace.h"
#include "ImfSimd.h"
#include <stdlib.h>
#include "ImfExport.h"

Expand Down

0 comments on commit fd85709

Please sign in to comment.