fixed type of inclusion used

This commit is contained in:
Jeff Hill
2000-10-12 18:37:06 +00:00
parent 65758da5c4
commit df78e9c4e0
10 changed files with 14 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
*
*/
#include <iocinf.h>
#include "iocinf.h"
recvProcessThread::recvProcessThread (cac *pcacIn) :
osiThread ( "CAC-recv-process", threadGetStackSize (threadStackSmall), threadPriorityMedium ),

View File

@@ -8,7 +8,7 @@
//
#include <stdio.h>
#include <gddAppFuncTable.h>
#include "gddAppFuncTable.h"
class casPV {
public:

View File

@@ -40,8 +40,8 @@
//
// GDD
//
#include <gdd.h>
#include <gddAppTable.h>
#include "gdd.h"
#include "gddAppTable.h"
typedef aitUint32 gddAppFuncTableStatus;

View File

@@ -37,7 +37,7 @@
#ifndef INCpostfixh
#define INCpostfixh
#include <shareLib.h>
#include "shareLib.h"
epicsShareFunc long epicsShareAPI
postfix (char *pinfix, char *ppostfix, short *perror);

View File

@@ -37,7 +37,7 @@
#ifndef INCpostfixPvth
#define INCpostfixPvth
#include <shareLib.h>
#include "shareLib.h"
/* defines for element table */
#define BAD_EXPRESSION 0

View File

@@ -1,5 +1,5 @@
#include <tsDLList.h>
#include "tsDLList.h"
#include <assert.h>
#include <time.h>
#include <stdio.h>

View File

@@ -1,7 +1,7 @@
#include <tsDLList.h>
#include "tsDLList.h"
#include <assert.h>
#include <stdio.h>

View File

@@ -1,7 +1,7 @@
#include <tsSLList.h>
#include "tsSLList.h"
#include <assert.h>
#include <stdio.h>
#include <time.h>

View File

@@ -1,7 +1,7 @@
#include <tsSLList.h>
#include "tsSLList.h"
#include <assert.h>
#include <stdio.h>

View File

@@ -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__