diff --git a/lib/event-libs/glib/private-lib-event-libs-glib.h b/lib/event-libs/glib/private-lib-event-libs-glib.h index cd976f895..10d9b0c6f 100644 --- a/lib/event-libs/glib/private-lib-event-libs-glib.h +++ b/lib/event-libs/glib/private-lib-event-libs-glib.h @@ -1,7 +1,7 @@ /* * libwebsockets - small server side websockets and web server implementation * - * Copyright (C) 2010 - 2020 Andy Green + * Copyright (C) 2010 - 2021 Andy Green * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -22,13 +22,7 @@ * IN THE SOFTWARE. */ -#if defined(LWS_WITH_GLIB) -#if defined(__APPLE__) #include -#else -#include -#endif -#endif /* LWS_WITH_GLIB */ typedef struct lws_glib_tag { GSource *gs;