fixed type of inclusion used
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <iocinf.h>
|
||||
#include "iocinf.h"
|
||||
|
||||
recvProcessThread::recvProcessThread (cac *pcacIn) :
|
||||
osiThread ( "CAC-recv-process", threadGetStackSize (threadStackSmall), threadPriorityMedium ),
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
//
|
||||
|
||||
#include <stdio.h>
|
||||
#include <gddAppFuncTable.h>
|
||||
#include "gddAppFuncTable.h"
|
||||
|
||||
class casPV {
|
||||
public:
|
||||
|
||||
@@ -40,8 +40,8 @@
|
||||
//
|
||||
// GDD
|
||||
//
|
||||
#include <gdd.h>
|
||||
#include <gddAppTable.h>
|
||||
#include "gdd.h"
|
||||
#include "gddAppTable.h"
|
||||
|
||||
typedef aitUint32 gddAppFuncTableStatus;
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#ifndef INCpostfixh
|
||||
#define INCpostfixh
|
||||
|
||||
#include <shareLib.h>
|
||||
#include "shareLib.h"
|
||||
|
||||
epicsShareFunc long epicsShareAPI
|
||||
postfix (char *pinfix, char *ppostfix, short *perror);
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#ifndef INCpostfixPvth
|
||||
#define INCpostfixPvth
|
||||
|
||||
#include <shareLib.h>
|
||||
#include "shareLib.h"
|
||||
|
||||
/* defines for element table */
|
||||
#define BAD_EXPRESSION 0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
#include <tsDLList.h>
|
||||
#include "tsDLList.h"
|
||||
#include <assert.h>
|
||||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
|
||||
#include <tsDLList.h>
|
||||
#include "tsDLList.h"
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
|
||||
#include <tsSLList.h>
|
||||
#include "tsSLList.h"
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
|
||||
#include <tsSLList.h>
|
||||
#include "tsSLList.h"
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
@@ -28,6 +28,9 @@
|
||||
* Modification Log:
|
||||
* -----------------
|
||||
* $Log$
|
||||
* Revision 1.4 1997/05/01 19:50:40 jhill
|
||||
* updated dll keywords
|
||||
*
|
||||
* Revision 1.3 1997/04/10 20:00:40 jhill
|
||||
* VMS changes
|
||||
*
|
||||
@@ -48,7 +51,7 @@
|
||||
#ifndef INCepicsTypesh
|
||||
#define INCepicsTypesh 1
|
||||
|
||||
#include <shareLib.h>
|
||||
#include "shareLib.h"
|
||||
|
||||
#ifndef stringOf
|
||||
# ifdef __STDC__
|
||||
|
||||
Reference in New Issue
Block a user