Include common-defs.h instead of defs.h/server.h in shared code
[deliverable/binutils-gdb.git] / gdb / common / filestuff.c
index a31ecd78feae7e4c9e2a03dc1ea43c6befd318b1..7ee9c5a823d464545a9c39b4902aa974738c90d7 100644 (file)
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#ifdef GDBSERVER
-#include "server.h"
-#else
-#include "defs.h"
-#endif
+#include "common-defs.h"
 #include "filestuff.h"
 #include "gdb_vecs.h"
 #include <fcntl.h>
This page took 0.024867 seconds and 4 git commands to generate.