diff options
Diffstat (limited to 'gdb/continuations.c')
-rw-r--r-- | gdb/continuations.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/continuations.c b/gdb/continuations.c index 3f565a8..1feee32 100644 --- a/gdb/continuations.c +++ b/gdb/continuations.c @@ -18,11 +18,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" - -/* Local non-gdb includes. */ -#include "continuations.h" #include "gdbthread.h" #include "inferior.h" +#include "continuations.h" struct continuation { |