Remove stale #include <fnamatch.h>

This commit is contained in:
Joakim Hove 2022-01-12 07:42:34 +01:00
parent 24e58e36aa
commit ea5c847c41

View File

@ -17,10 +17,10 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <fnmatch.h>
#include <opm/common/utility/shmatch.hpp>
#include <regex>
#include <opm/common/utility/shmatch.hpp>
bool Opm::shmatch(const std::string& pattern, const std::string& symbol) {
// Shell patterns should implicitly be interpreted as anchored at beginning