forked from Imagelibrary/binutils-gdb
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:
committed by
Simon Marchi
parent
6f1d2f789b
commit
198f946ffe
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user