head	1.1;
access;
symbols;
locks; strict;
comment	@ * @;


1.1
date	91.11.07.00.12.44;	author mer;	state Exp;
branches;
next	;


desc
@break up include dependency for port/dec
@


1.1
log
@Initial revision
@
text
@
#ifndef _dec_port_inc_
#define _dec_port_inc_

/* $Header$ */

#include <reloc.h>
#include <syms.h>
#include <symconst.h>

typedef struct reloc Reloc;

#endif _dec_port_inc_
@
