Change tui_data_item_window::content to be a unique_xmalloc_ptr
[external/binutils.git] / gdb / continuations.c
index 3f565a8..1feee32 100644 (file)
    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
 {