aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graphics/quartz/Image.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/graphics/quartz/Image.h')
-rw-r--r--include/cru/platform/graphics/quartz/Image.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/include/cru/platform/graphics/quartz/Image.h b/include/cru/platform/graphics/quartz/Image.h
index 1dd8f0a6..e21c9a857 100644
--- a/include/cru/platform/graphics/quartz/Image.h
+++ b/include/cru/platform/graphics/quartz/Image.h
@@ -1,7 +1,7 @@
#pragma once
-#include "Resource.h"
-#include "cru/platform/graphics/Image.h"
-#include "cru/platform/graphics/ImageFactory.h"
+#include "Base.h"
+
+#include <cru/platform/graphics/Image.h>
#include <CoreGraphics/CoreGraphics.h>
@@ -11,10 +11,6 @@ class QuartzImage : public OsxQuartzResource, public virtual IImage {
QuartzImage(IGraphicsFactory* graphics_factory, IImageFactory* image_factory,
CGImageRef image, bool auto_release,
unsigned char* buffer = nullptr);
-
- CRU_DELETE_COPY(QuartzImage)
- CRU_DELETE_MOVE(QuartzImage)
-
~QuartzImage() override;
public: