[PATCH] Always include defs.h first.

Joel Brobecker brobecker@adacore.com
Thu Nov 8 18:39:00 GMT 2012


[I agree consistency is good]

> Note that gdbserver doesn't have defs.h and lots of files in common/ do the
> 
> #ifdef GDBSERVER
> #include "server.h"
> #else
> #include "defs.h"
> #endif

Perhaps we should rename server.h into defs.h? Or move defs.h to
common?

-- 
Joel



More information about the Gdb-patches mailing list