diff options
Diffstat (limited to 'binutils/i960-pinsn.c')
-rw-r--r-- | binutils/i960-pinsn.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/binutils/i960-pinsn.c b/binutils/i960-pinsn.c index 7feb54b..01cd6e2 100644 --- a/binutils/i960-pinsn.c +++ b/binutils/i960-pinsn.c @@ -19,12 +19,10 @@ You should have received a copy of the GNU General Public License along with BFD; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id$ - $Log -*/ +/* $Id$ */ -#include "sysdep.h" #include "bfd.h" +#include "sysdep.h" extern char *xmalloc(); extern int fputs(); |