From b977a14214d112eaaa8b4f1858ed3f15ee367bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 30 Dec 2020 13:34:22 +0100 Subject: [PATCH] Vk: unneeded include. Probably a leftover from before the moment when I realized I can't use a Reference due to the NoCreate constructor. --- src/Magnum/Vk/CommandBuffer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Magnum/Vk/CommandBuffer.h b/src/Magnum/Vk/CommandBuffer.h index 3997307fd..723f06da6 100644 --- a/src/Magnum/Vk/CommandBuffer.h +++ b/src/Magnum/Vk/CommandBuffer.h @@ -31,7 +31,6 @@ */ #include -#include #include "Magnum/Tags.h" #include "Magnum/Magnum.h"