From 1029b9b1bf8099d230ec0853f61696ccd8b65995 Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Wed, 29 Nov 2023 16:12:29 +0100 Subject: [PATCH] WIP --- library/src/include/type_traits.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/src/include/type_traits.hpp b/library/src/include/type_traits.hpp index 5b29cad6..0354aa14 100644 --- a/library/src/include/type_traits.hpp +++ b/library/src/include/type_traits.hpp @@ -27,9 +27,7 @@ #ifndef HIPTENSOR_TYPE_TRAITS_HPP #define HIPTENSOR_TYPE_TRAITS_HPP #include "native_types.hpp" -#include "config.hpp" #include -#include namespace hiptensor {