Include common-defs.h instead of defs.h/server.h in shared code
[deliverable/binutils-gdb.git] / gdb / common / gdb_vecs.c
index 4a3330f596959322e3cc2751eac4a9790f74e152..ae11cc6d6fad48543aee248849c84e373c872e11 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 "gdb_vecs.h"
 #include "host-defs.h"
 
This page took 0.025038 seconds and 4 git commands to generate.