Browse Source

Vk: unneeded include.

Probably a leftover from before the moment when I realized I can't use
a Reference due to the NoCreate constructor.
pull/491/head
Vladimír Vondruš 5 years ago
parent
commit
b977a14214
  1. 1
      src/Magnum/Vk/CommandBuffer.h

1
src/Magnum/Vk/CommandBuffer.h

@ -31,7 +31,6 @@
*/
#include <Corrade/Containers/EnumSet.h>
#include <Corrade/Containers/Reference.h>
#include "Magnum/Tags.h"
#include "Magnum/Magnum.h"

Loading…
Cancel
Save