In the [`string_view` header](https://raw.githubusercontent.com/microsoft/GSL/master/include/gsl/string_span), we have the following line: ``` #include <gsl/pointers> // for not_null ``` The thing is, `string_view` doesn't use `not_null` anywhere. So, is it really needed in there, or can it be dropped?