From a7375e363bb5e6a9d039dd06b139f327d1d4501e Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 26 Jun 1996 23:08:55 +0000 Subject: [PATCH] took path out of casInternal.h include --- src/cas/generic/casdef.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/cas/generic/casdef.h b/src/cas/generic/casdef.h index 3b7b2266f..62793e6e7 100644 --- a/src/cas/generic/casdef.h +++ b/src/cas/generic/casdef.h @@ -30,6 +30,9 @@ * Modification Log: * ----------------- * $Log$ + * Revision 1.2 1996/06/20 18:09:43 jhill + * changed where casInternal comes from + * * Revision 1.1.1.1 1996/06/20 00:28:16 jhill * ca server installation * @@ -79,15 +82,11 @@ #include // EPICS alarm severity/condition #include // EPICS error codes #include // EPICS data descriptors -#if 0 -#include // EPICS data descriptors appl data types -#include // EPICS application type table -#endif typedef aitUint32 caStatus; -#include -#include <../src/cas/generic/casInternal.h> +#include // EPICS event select class +#include // CA server private /* * ===========================================================