Skip to content

Remove HAVE_STDINT_H checks

PBS requested to merge pbs3141/inkscape:stdint into master

A very trivial MR that removes the use of HAVE_STDINT_H checks to check for <cstdint>, since that header is always present since C++11.

Fixes inbox#9627 (closed)

Merge request reports