Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Aug 22, 2024
1 parent 57bf614 commit 8007b4e
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion data/Filter.otio
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"value": 0
}
},
"name": "Invert"
"name": "ColorMap"
},
{
"OTIO_SCHEMA": "Clip.1",
Expand Down
2 changes: 0 additions & 2 deletions lib/toucan/ColorSpace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

#include "ColorSpace.h"

#include <OpenImageIO/imagebufalgo.h>

namespace toucan
{
ColorConvertNode::ColorConvertNode(
Expand Down
2 changes: 0 additions & 2 deletions lib/toucan/Draw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

#include "Util.h"

#include <OpenImageIO/imagebufalgo.h>

namespace toucan
{
BoxNode::BoxNode(
Expand Down
2 changes: 0 additions & 2 deletions lib/toucan/Filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

#include "Filter.h"

#include <OpenImageIO/imagebufalgo.h>

namespace toucan
{
BlurNode::BlurNode(
Expand Down
2 changes: 0 additions & 2 deletions lib/toucan/Generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

#include "Util.h"

#include <OpenImageIO/imagebufalgo.h>

namespace toucan
{
CheckersNode::CheckersNode(
Expand Down
2 changes: 0 additions & 2 deletions lib/toucan/Transform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

#include "Util.h"

#include <OpenImageIO/imagebufalgo.h>

namespace toucan
{
CropNode::CropNode(
Expand Down
2 changes: 0 additions & 2 deletions lib/toucan/Transition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

#include "Transition.h"

#include <OpenImageIO/imagebufalgo.h>

#include <iostream>

namespace toucan
Expand Down

0 comments on commit 8007b4e

Please sign in to comment.