summaryrefslogtreecommitdiffstats
path: root/contrib/python/pythran/pythran/pythonic/operator_/pow.hpp
blob: fb18687f08a9a7686fbedc37d4f6b276be69b928 (plain) (blame)
1
2
3
4
5
6
7
#ifndef PYTHONIC_OPERATOR_POW_HPP
#define PYTHONIC_OPERATOR_POW_HPP

#include "pythonic/include/operator_/pow.hpp"
#include "pythonic/builtins/pow.hpp"

#endif