From 8f0970be5d47740aa1af5e1d52439e07ff12578e Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Wed, 30 May 2018 14:35:39 +1000 Subject: [PATCH] build: don't explicitly qualify local header paths --- traits.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/traits.hpp b/traits.hpp index aa092b9..cfc632a 100644 --- a/traits.hpp +++ b/traits.hpp @@ -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