Skip to content

Commit f5316b9

Browse files
Cleanup includes
Signed-off-by: Jean-Christophe Morin <[email protected]>
1 parent b0d5ce4 commit f5316b9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/py-opentimelineio/opentime-bindings/opentime_rationalTime.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22
// Copyright Contributors to the OpenTimelineIO project
33

44
#include <pybind11/pybind11.h>
5-
#include <pybind11/stl.h>
65
#include <pybind11/operators.h>
7-
#include "nonstd/optional.hpp"
86

97
#include "opentime/rationalTime.h"
108
#include "opentimelineio/stringUtils.h"
9+
#include "opentimelineio/optional.h"
1110
#include "py-opentimelineio/bindings-common/casters.h"
1211

13-
using nonstd::optional;
14-
1512
namespace py = pybind11;
1613
using namespace pybind11::literals;
1714

0 commit comments

Comments
 (0)