summaryrefslogtreecommitdiffstats
path: root/contrib/python/pythran/pythran/pythonic/builtins/str/count.hpp
blob: 2a9f6b5ec38e011b9c3590d80c2b0131a10c15e4 (plain) (blame)
1
2
3
4
5
6
7
#ifndef PYTHONIC_BUILTIN_STR_COUNT_HPP
#define PYTHONIC_BUILTIN_STR_COUNT_HPP

#include "pythonic/include/builtins/str/count.hpp"
#include "pythonic/__dispatch__/count.hpp"

#endif