gdbsupport: move include/gdb/fileio.h contents to fileio.h

I don't see why include/gdb/fileio.h is placed there.  It's not
installed by "make install", and it's not included by anything outside
of gdb/gdbserver/gdbsupport.

Move its content back to gdbsupport/fileio.h.  I have omitted the bits
inside an `#if 0`, since it's obviously not used, as well as the
"limits" constants, which are also unused.

Change-Id: I6fbc2ea10fbe4cfcf15f9f76006b31b99c20e5a9
This commit is contained in:
Simon Marchi
2022-08-26 15:31:09 -04:00
committed by Simon Marchi
parent 6f1d2f789b
commit 198f946ffe
7 changed files with 114 additions and 150 deletions

View File

@@ -20,7 +20,7 @@
#include "server.h"
#include "regcache.h"
#include "gdb/fileio.h"
#include "gdbsupport/fileio.h"
#include "mem-break.h"
#include "win32-low.h"
#include "gdbthread.h"