Remove stale #include <fnamatch.h>
This commit is contained in:
parent
24e58e36aa
commit
ea5c847c41
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user