Merge pull request #2926 from joakim-hove/rm-fnmatch
Remove stale #include <fnamatch.h>
This commit is contained in:
commit
089b6bff42
@ -17,10 +17,10 @@
|
|||||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <fnmatch.h>
|
|
||||||
#include <opm/common/utility/shmatch.hpp>
|
|
||||||
#include <regex>
|
#include <regex>
|
||||||
|
|
||||||
|
#include <opm/common/utility/shmatch.hpp>
|
||||||
|
|
||||||
|
|
||||||
bool Opm::shmatch(const std::string& pattern, const std::string& symbol) {
|
bool Opm::shmatch(const std::string& pattern, const std::string& symbol) {
|
||||||
// Shell patterns should implicitly be interpreted as anchored at beginning
|
// Shell patterns should implicitly be interpreted as anchored at beginning
|
||||||
|
Loading…
Reference in New Issue
Block a user