Skip to content
  • Jon Turney's avatar
    Remove unneeded include of dix.h from strcasestr.c · d3a528c9
    Jon Turney authored and Adam Jackson's avatar Adam Jackson committed
    In the meson build, functions to make up for the shortcomings of libc
    are compiled into a separate library. We don't bother making the pixman
    headers available (reasonably enough) to this compilation, but they are
    required indirectly by dix.h.  Just remove this unneeded include.
    d3a528c9