X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/118a31a3b1eb08cba14887c3134054e9b4383688..de3fa655de8a1f9a1e23ed67ec70700ab8f5a591:/src/xgselect.c diff --git a/src/xgselect.c b/src/xgselect.c index 0b62d3e825..a61d46b958 100644 --- a/src/xgselect.c +++ b/src/xgselect.c @@ -1,6 +1,6 @@ /* Function for handling the GLib event loop. -Copyright (C) 2009-2015 Free Software Foundation, Inc. +Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -26,9 +26,8 @@ along with GNU Emacs. If not, see . */ #include #include #include -#include -#include "frame.h" #include "blockinput.h" +#include "systime.h" /* `xg_select' is a `pselect' replacement. Why do we need a separate function? 1. Timeouts. Glib and Gtk rely on timer events. If we did pselect