Skip to content
  • Tom Tromey's avatar
    Use std::vector in objfiles.c · cfe826d4
    Tom Tromey authored
    This patch changes a spot in objfiles.c to use a std::vector, removing
    a cleanup.
    
    2016-09-23  Tom Tromey  <tom@tromey.com>
    
    	* objfiles.c: Include <vector>.
    	(objfile_relocate): Use std::vector.
    cfe826d4