import gdb-1999-06-21 snapshot
[deliverable/binutils-gdb.git] / gdb / event-loop.h
index 5debe0f2e694174d81c4827f7b36f4e1ef67dda0..5305a673bc84f454c009bba2e6f7428b7c21dcb8 100644 (file)
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#include <stdlib.h>
-#include <sys/types.h>
-#include <sys/time.h>
-#include <signal.h>
-#include <unistd.h>
-#include <fcntl.h>
-#ifdef HAVE_SYS_WAIT_H
-#include <sys/wait.h>
-#endif
-#include "defs.h"
-
 /* An event loop listens for events from multiple event sources. When
    an event arrives, it is queued and processed by calling the
    appropriate event handler. The event loop then continues to listen
This page took 0.024985 seconds and 4 git commands to generate.