Automatic date update in version.in
[platform/upstream/binutils.git] / gdb / target / waitstatus.h
index cafbf15..f818d87 100644 (file)
@@ -1,6 +1,6 @@
 /* Target waitstatus definitions and prototypes.
 
-   Copyright (C) 1990-2013 Free Software Foundation, Inc.
+   Copyright (C) 1990-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -20,8 +20,6 @@
 #ifndef WAITSTATUS_H
 #define WAITSTATUS_H
 
-#include "common-utils.h"
-#include "ptid.h"
 #include "gdb_signals.h"
 
 /* Stuff for target_wait.  */
@@ -85,7 +83,7 @@ enum target_waitkind
      to the console, for instance.  In this case, we want to go back
      to the event loop and wait there for another event from the
      inferior, rather than being stuck in the remote_async_wait()
-     function. sThis way the event loop is responsive to other events,
+     function.  This way the event loop is responsive to other events,
      like for instance the user typing.  */
   TARGET_WAITKIND_IGNORE,