From 2eb03bf386b2c36f4a1875c17c6f7fcc1c5e0754 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Tue, 14 Apr 2020 00:53:25 +1000 Subject: [PATCH] various: removed constructor.h include --- app/codec/decoder.h | 1 - app/codec/encoder.h | 1 - app/codec/ffmpeg/avframeptr.h | 1 - app/codec/samplebuffer.h | 1 - app/codec/waveinput.h | 1 - app/codec/waveoutput.h | 1 - app/project/item/footage/footage.h | 1 - app/project/item/item.h | 1 - app/render/backend/opengl/openglframebuffer.h | 1 - app/render/backend/opengl/opengltexture.h | 1 - app/render/backend/renderbackend.h | 1 - app/render/backend/renderworker.h | 1 - app/render/colorprocessor.h | 1 - app/task/taskmanager.h | 1 - 14 files changed, 14 deletions(-) diff --git a/app/codec/decoder.h b/app/codec/decoder.h index de617955f..07e028906 100644 --- a/app/codec/decoder.h +++ b/app/codec/decoder.h @@ -32,7 +32,6 @@ extern "C" { #include "codec/frame.h" #include "codec/samplebuffer.h" #include "codec/waveoutput.h" -#include "common/constructors.h" #include "common/rational.h" #include "project/item/footage/footage.h" diff --git a/app/codec/encoder.h b/app/codec/encoder.h index 7b897d15b..e5868335b 100644 --- a/app/codec/encoder.h +++ b/app/codec/encoder.h @@ -25,7 +25,6 @@ #include #include "codec/frame.h" -#include "common/constructors.h" #include "common/timerange.h" #include "render/audioparams.h" #include "render/videoparams.h" diff --git a/app/codec/ffmpeg/avframeptr.h b/app/codec/ffmpeg/avframeptr.h index 232470910..2e7716d52 100644 --- a/app/codec/ffmpeg/avframeptr.h +++ b/app/codec/ffmpeg/avframeptr.h @@ -28,7 +28,6 @@ extern "C" { #include #include -#include "common/constructors.h" #include "common/define.h" OLIVE_NAMESPACE_ENTER diff --git a/app/codec/samplebuffer.h b/app/codec/samplebuffer.h index 0a68c533f..83a2e4d9c 100644 --- a/app/codec/samplebuffer.h +++ b/app/codec/samplebuffer.h @@ -23,7 +23,6 @@ #include -#include "common/constructors.h" #include "render/audioparams.h" OLIVE_NAMESPACE_ENTER diff --git a/app/codec/waveinput.h b/app/codec/waveinput.h index bd4e7e5d8..606c1bfa7 100644 --- a/app/codec/waveinput.h +++ b/app/codec/waveinput.h @@ -23,7 +23,6 @@ #include -#include "common/constructors.h" #include "render/audioparams.h" OLIVE_NAMESPACE_ENTER diff --git a/app/codec/waveoutput.h b/app/codec/waveoutput.h index 71eb1cd8e..c3679079a 100644 --- a/app/codec/waveoutput.h +++ b/app/codec/waveoutput.h @@ -25,7 +25,6 @@ #include #include "audio/sampleformat.h" -#include "common/constructors.h" #include "render/audioparams.h" OLIVE_NAMESPACE_ENTER diff --git a/app/project/item/footage/footage.h b/app/project/item/footage/footage.h index db5fcade0..a3a026508 100644 --- a/app/project/item/footage/footage.h +++ b/app/project/item/footage/footage.h @@ -24,7 +24,6 @@ #include #include -#include "common/constructors.h" #include "common/rational.h" #include "project/item/item.h" #include "project/item/footage/audiostream.h" diff --git a/app/project/item/item.h b/app/project/item/item.h index ed2e7cbde..03739d0f8 100644 --- a/app/project/item/item.h +++ b/app/project/item/item.h @@ -28,7 +28,6 @@ #include #include -#include "common/constructors.h" #include "common/threadedobject.h" #include "common/xmlutils.h" #include "node/param.h" diff --git a/app/render/backend/opengl/openglframebuffer.h b/app/render/backend/opengl/openglframebuffer.h index 532dd8048..e7d8de9b4 100644 --- a/app/render/backend/opengl/openglframebuffer.h +++ b/app/render/backend/opengl/openglframebuffer.h @@ -23,7 +23,6 @@ #include -#include "common/constructors.h" #include "opengltexture.h" OLIVE_NAMESPACE_ENTER diff --git a/app/render/backend/opengl/opengltexture.h b/app/render/backend/opengl/opengltexture.h index 1b5562de2..b637b998c 100644 --- a/app/render/backend/opengl/opengltexture.h +++ b/app/render/backend/opengl/opengltexture.h @@ -25,7 +25,6 @@ #include #include "codec/frame.h" -#include "common/constructors.h" #include "render/pixelformat.h" OLIVE_NAMESPACE_ENTER diff --git a/app/render/backend/renderbackend.h b/app/render/backend/renderbackend.h index db53d503e..7b1b120fb 100644 --- a/app/render/backend/renderbackend.h +++ b/app/render/backend/renderbackend.h @@ -23,7 +23,6 @@ #include -#include "common/constructors.h" #include "dialog/rendercancel/rendercancel.h" #include "decodercache.h" #include "node/graph.h" diff --git a/app/render/backend/renderworker.h b/app/render/backend/renderworker.h index 224b8af08..9e85da223 100644 --- a/app/render/backend/renderworker.h +++ b/app/render/backend/renderworker.h @@ -23,7 +23,6 @@ #include -#include "common/constructors.h" #include "decodercache.h" #include "node/node.h" #include "node/output/track/track.h" diff --git a/app/render/colorprocessor.h b/app/render/colorprocessor.h index 3cbde81c8..abc7129d5 100644 --- a/app/render/colorprocessor.h +++ b/app/render/colorprocessor.h @@ -25,7 +25,6 @@ namespace OCIO = OCIO_NAMESPACE::v1; #include "codec/frame.h" -#include "common/constructors.h" #include "render/color.h" OLIVE_NAMESPACE_ENTER diff --git a/app/task/taskmanager.h b/app/task/taskmanager.h index 0095b81fc..5adcfc0a7 100644 --- a/app/task/taskmanager.h +++ b/app/task/taskmanager.h @@ -24,7 +24,6 @@ #include #include -#include "common/constructors.h" #include "task/task.h" OLIVE_NAMESPACE_ENTER