Move StringRef header to internals

This commit is contained in:
Martin Hořeňovský 2020-05-10 10:09:01 +02:00
parent 14533f5bb6
commit 9e498278be
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
23 changed files with 22 additions and 22 deletions

View file

@ -8,7 +8,7 @@
#ifndef TWOBLUECUBES_CATCH_INTERFACESENUMVALUESREGISTRY_H_INCLUDED
#define TWOBLUECUBES_CATCH_INTERFACESENUMVALUESREGISTRY_H_INCLUDED
#include <catch2/catch_stringref.hpp>
#include <catch2/internal/catch_stringref.hpp>
#include <vector>