build: don't explicitly qualify local header paths
This commit is contained in:
parent
098bba3a7a
commit
8f0970be5d
@ -18,8 +18,8 @@
|
||||
#ifndef CRUFT_VK_TRAITS_HPP
|
||||
#define CRUFT_VK_TRAITS_HPP
|
||||
|
||||
#include "./fwd.hpp"
|
||||
#include "./vk.hpp"
|
||||
#include "fwd.hpp"
|
||||
#include "vk.hpp"
|
||||
|
||||
#include <cruft/util/variadic.hpp>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user