summaryrefslogtreecommitdiff
path: root/gdb/continuations.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/continuations.c')
-rw-r--r--gdb/continuations.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/continuations.c b/gdb/continuations.c
index 3f565a8f810..1feee32ebaa 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
{