Remove unneeded include of dix.h from strcasestr.c

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.
This commit is contained in:
Jon Turney 2019-04-25 23:21:46 +01:00 committed by Adam Jackson
parent fd52110ec4
commit d3a528c91e
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@
#include <ctype.h>
#include <string.h>
#include "dix.h"
/*
* Find the first occurrence of find in s, ignore case.