clutter-shader: Don't include unistd.h

It isn't needed.
This commit is contained in:
Jonas Ådahl 2018-11-08 19:07:06 +01:00 committed by Georges Basile Stavracas Neto
parent 996949806a
commit 15732851bc

View File

@ -46,10 +46,6 @@
#include <string.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#define CLUTTER_DISABLE_DEPRECATION_WARNINGS
#include <glib.h>