From cde57d9365856718c04708d72e8a02f94b4fcb79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 30 Aug 2017 15:28:33 +0200 Subject: [PATCH] Remove tag alias registry interface from the common path --- include/catch.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/catch.hpp b/include/catch.hpp index acc2c9cc..459aacae 100644 --- a/include/catch.hpp +++ b/include/catch.hpp @@ -39,7 +39,6 @@ #include "internal/catch_interfaces_exception.h" #include "internal/catch_approx.hpp" #include "internal/catch_compiler_capabilities.h" -#include "internal/catch_interfaces_tag_alias_registry.h" #ifndef CATCH_CONFIG_DISABLE_MATCHERS #include "internal/catch_capture_matchers.h"