Include common-defs.h instead of defs.h/server.h in shared code
[deliverable/binutils-gdb.git] / gdb / common / vec.c
index 4611e5f8db0809e2583b9d4833b93d25fd82ef38..9fc691504c3274b7f5a102a50b08c1cdb729544e 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 "vec.h"
 
 struct vec_prefix
This page took 0.034074 seconds and 4 git commands to generate.