Include common-defs.h instead of defs.h/server.h in shared code
[deliverable/binutils-gdb.git] / gdb / nat / linux-osdata.c
index 887e518d3167fe47aee5961e01a62c46fe16e5ab..3f72883c8af5f0bfaddb7d39e25d8712dea2655c 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 "linux-osdata.h"
 
 #include <sys/types.h>
This page took 0.024583 seconds and 4 git commands to generate.