From 977614dea89d307286b2876bcb05d32a71a39fcb Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 10 Sep 2019 00:50:27 +0200 Subject: [PATCH] - two more headers to move to Thirdparty. --- platform/Windows/build.vcxproj.filters | 4 ++-- source/{build => thirdparty}/include/fix16.hpp | 0 source/{build => thirdparty}/include/libdivide.h | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename source/{build => thirdparty}/include/fix16.hpp (100%) rename source/{build => thirdparty}/include/libdivide.h (100%) diff --git a/platform/Windows/build.vcxproj.filters b/platform/Windows/build.vcxproj.filters index 230b56ba5..0d8bc3dc4 100644 --- a/platform/Windows/build.vcxproj.filters +++ b/platform/Windows/build.vcxproj.filters @@ -288,8 +288,8 @@ Header Files - - Header Files + + Third Party Header Files diff --git a/source/build/include/fix16.hpp b/source/thirdparty/include/fix16.hpp similarity index 100% rename from source/build/include/fix16.hpp rename to source/thirdparty/include/fix16.hpp diff --git a/source/build/include/libdivide.h b/source/thirdparty/include/libdivide.h similarity index 100% rename from source/build/include/libdivide.h rename to source/thirdparty/include/libdivide.h