Skip to content

Commit

Permalink
Remove <memory> headers
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Feb 10, 2022
1 parent 562b4fe commit b3d3ce2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion av/include/ignition/common/AudioDecoder.hh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

#include <stdint.h>
#include <string>
#include <memory>

#include <ignition/common/av/Export.hh>
#include <ignition/utils/ImplPtr.hh>
Expand Down
1 change: 0 additions & 1 deletion av/include/ignition/common/HWEncoder.hh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#ifndef IGNITION_COMMON_HWENCODER_HH
#define IGNITION_COMMON_HWENCODER_HH

#include <memory>
#include <string>
#include <optional>

Expand Down
1 change: 0 additions & 1 deletion av/include/ignition/common/Video.hh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#define IGNITION_COMMON_VIDEO_HH_

#include <string>
#include <memory>

#include <ignition/common/av/Export.hh>
#include <ignition/utils/ImplPtr.hh>
Expand Down
1 change: 0 additions & 1 deletion av/include/ignition/common/VideoEncoder.hh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

#include <chrono>
#include <string>
#include <memory>
#include <optional>

#include <ignition/common/FlagSet.hh>
Expand Down

0 comments on commit b3d3ce2

Please sign in to comment.