From 5b1af69c04a5cccf7ac7b5ebd97acbb8cbc0d266 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 29 Feb 2000 19:35:52 +0000 Subject: [PATCH] fix includes --- src/dev/softDev/devAiSoft.c | 18 ++++++++++-------- src/dev/softDev/devAiSoftRaw.c | 18 ++++++++++-------- src/dev/softDev/devAoSoft.c | 17 +++++++++-------- src/dev/softDev/devAoSoftRaw.c | 17 +++++++++-------- src/dev/softDev/devBiSoft.c | 14 ++++++++------ src/dev/softDev/devBiSoftRaw.c | 14 ++++++++------ src/dev/softDev/devBoSoft.c | 13 +++++++------ src/dev/softDev/devBoSoftRaw.c | 13 +++++++------ src/dev/softDev/devEventSoft.c | 14 ++++++++------ src/dev/softDev/devHistogramSoft.c | 18 ++++++++++-------- src/dev/softDev/devLiSoft.c | 13 +++++++------ src/dev/softDev/devLoSoft.c | 13 +++++++------ src/dev/softDev/devMbbiDirectSoft.c | 13 +++++++------ src/dev/softDev/devMbbiDirectSoftRaw.c | 13 +++++++------ src/dev/softDev/devMbbiSoft.c | 14 ++++++++------ src/dev/softDev/devMbbiSoftRaw.c | 13 +++++++------ src/dev/softDev/devMbboDirectSoft.c | 13 +++++++------ src/dev/softDev/devMbboDirectSoftRaw.c | 13 +++++++------ src/dev/softDev/devMbboSoft.c | 13 +++++++------ src/dev/softDev/devMbboSoftRaw.c | 13 +++++++------ src/dev/softDev/devPtSoft.c | 13 +++++++------ src/dev/softDev/devSASoft.c | 15 ++++++++------- src/dev/softDev/devSiSoft.c | 13 +++++++------ src/dev/softDev/devSoSoft.c | 13 +++++++------ src/dev/softDev/devWfSoft.c | 15 ++++++++------- src/dev/testDev/devAiTestAsyn.c | 1 + src/dev/testDev/devAoTestAsyn.c | 1 + src/dev/testDev/devBiTestAsyn.c | 1 + src/dev/testDev/devBoTestAsyn.c | 1 + src/dev/testDev/devEventTestIoEvent.c | 1 + src/dev/testDev/devHistogramTestAsyn.c | 1 + src/dev/testDev/devMbbiTestAsyn.c | 1 + src/dev/testDev/devMbboTestAsyn.c | 1 + src/dev/testDev/devSiTestAsyn.c | 1 + src/dev/testDev/devSoTestAsyn.c | 1 + src/dev/testDev/devWfTestAsyn.c | 1 + 36 files changed, 205 insertions(+), 162 deletions(-) diff --git a/src/dev/softDev/devAiSoft.c b/src/dev/softDev/devAiSoft.c index 0ad007fe9..8e7b9959f 100644 --- a/src/dev/softDev/devAiSoft.c +++ b/src/dev/softDev/devAiSoft.c @@ -36,14 +36,16 @@ #include #include #include -#include -#include -#include -#include -#include -#include -#include -#include + +#include "alarm.h" +#include "cvtTable.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "link.h" +#include "aiRecord.h" /* Create the dset for devAiSoft */ static long init_record(); static long read_ai(); diff --git a/src/dev/softDev/devAiSoftRaw.c b/src/dev/softDev/devAiSoftRaw.c index 075b4c50e..4032ea751 100644 --- a/src/dev/softDev/devAiSoftRaw.c +++ b/src/dev/softDev/devAiSoftRaw.c @@ -37,14 +37,16 @@ #include #include #include -#include -#include -#include -#include -#include -#include -#include -#include + +#include "alarm.h" +#include "cvtTable.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "link.h" +#include "aiRecord.h" /* Create the dset for devAiSoftRaw */ static long init_record(); static long read_ai(); diff --git a/src/dev/softDev/devAoSoft.c b/src/dev/softDev/devAoSoft.c index fe66dbc85..9ea06d2e9 100644 --- a/src/dev/softDev/devAoSoft.c +++ b/src/dev/softDev/devAoSoft.c @@ -42,14 +42,15 @@ #include #include -#include -#include -#include -#include -#include -#include -#include -#include +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "link.h" +#include "special.h" +#include "aoRecord.h" /* added for Channel Access Links */ static long init_record(); diff --git a/src/dev/softDev/devAoSoftRaw.c b/src/dev/softDev/devAoSoftRaw.c index 2a86c53c8..5fa89ac91 100644 --- a/src/dev/softDev/devAoSoftRaw.c +++ b/src/dev/softDev/devAoSoftRaw.c @@ -40,14 +40,15 @@ #include #include -#include -#include -#include -#include -#include -#include -#include -#include +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "link.h" +#include "special.h" +#include "aoRecord.h" static long init_record(); diff --git a/src/dev/softDev/devBiSoft.c b/src/dev/softDev/devBiSoft.c index 73f101e55..a73d35af4 100644 --- a/src/dev/softDev/devBiSoft.c +++ b/src/dev/softDev/devBiSoft.c @@ -36,12 +36,14 @@ #include #include #include -#include -#include -#include -#include -#include -#include + +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "biRecord.h" /* Create the dset for devBiSoft */ static long init_record(); static long read_bi(); diff --git a/src/dev/softDev/devBiSoftRaw.c b/src/dev/softDev/devBiSoftRaw.c index 90c370d81..9ccad786b 100644 --- a/src/dev/softDev/devBiSoftRaw.c +++ b/src/dev/softDev/devBiSoftRaw.c @@ -37,12 +37,14 @@ #include #include #include -#include -#include -#include -#include -#include -#include + +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "biRecord.h" /* Create the dset for devBiSoftRaw */ static long init_record(); static long read_bi(); diff --git a/src/dev/softDev/devBoSoft.c b/src/dev/softDev/devBoSoft.c index 69016f6e6..99ed50e6c 100644 --- a/src/dev/softDev/devBoSoft.c +++ b/src/dev/softDev/devBoSoft.c @@ -42,12 +42,13 @@ #include #include -#include -#include -#include -#include -#include -#include +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "boRecord.h" static long init_record(); diff --git a/src/dev/softDev/devBoSoftRaw.c b/src/dev/softDev/devBoSoftRaw.c index dcc29ba60..c577310e8 100644 --- a/src/dev/softDev/devBoSoftRaw.c +++ b/src/dev/softDev/devBoSoftRaw.c @@ -39,12 +39,13 @@ #include #include -#include -#include -#include -#include -#include -#include +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "boRecord.h" /* added for Channel Access Links */ static long init_record(); diff --git a/src/dev/softDev/devEventSoft.c b/src/dev/softDev/devEventSoft.c index 6e324f6a9..478ec1bc0 100644 --- a/src/dev/softDev/devEventSoft.c +++ b/src/dev/softDev/devEventSoft.c @@ -35,12 +35,14 @@ #include #include #include -#include -#include -#include -#include -#include -#include + +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "eventRecord.h" /* Create the dset for devEventSoft */ static long init_record(); diff --git a/src/dev/softDev/devHistogramSoft.c b/src/dev/softDev/devHistogramSoft.c index 44cef2760..b364aaf3b 100644 --- a/src/dev/softDev/devHistogramSoft.c +++ b/src/dev/softDev/devHistogramSoft.c @@ -35,14 +35,16 @@ #include #include #include -#include -#include -#include -#include -#include -#include -#include -#include + +#include "alarm.h" +#include "cvtTable.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "link.h" +#include "histogramRecord.h" /* Create the dset for devHistogramSoft */ static long init_record(); static long read_histogram(); diff --git a/src/dev/softDev/devLiSoft.c b/src/dev/softDev/devLiSoft.c index 95215c4b4..35233a43b 100644 --- a/src/dev/softDev/devLiSoft.c +++ b/src/dev/softDev/devLiSoft.c @@ -35,12 +35,13 @@ #include #include -#include -#include -#include -#include -#include -#include +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "longinRecord.h" /* Create the dset for devLiSoft */ static long init_record(); diff --git a/src/dev/softDev/devLoSoft.c b/src/dev/softDev/devLoSoft.c index 757aedc42..f752c5e1a 100644 --- a/src/dev/softDev/devLoSoft.c +++ b/src/dev/softDev/devLoSoft.c @@ -35,12 +35,13 @@ #include #include -#include -#include -#include -#include -#include -#include +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "longoutRecord.h" /* Create the dset for devLoSoft */ static long init_record(); static long write_longout(); diff --git a/src/dev/softDev/devMbbiDirectSoft.c b/src/dev/softDev/devMbbiDirectSoft.c index 55e59eed1..d894fa113 100644 --- a/src/dev/softDev/devMbbiDirectSoft.c +++ b/src/dev/softDev/devMbbiDirectSoft.c @@ -35,12 +35,13 @@ #include #include -#include -#include -#include -#include -#include -#include +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "mbbiDirectRecord.h" /* Create the dset for devMbbiSoft */ static long init_record(); static long read_mbbi(); diff --git a/src/dev/softDev/devMbbiDirectSoftRaw.c b/src/dev/softDev/devMbbiDirectSoftRaw.c index 9dee8daec..8dcf38107 100644 --- a/src/dev/softDev/devMbbiDirectSoftRaw.c +++ b/src/dev/softDev/devMbbiDirectSoftRaw.c @@ -35,12 +35,13 @@ #include #include -#include -#include -#include -#include -#include -#include +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "mbbiDirectRecord.h" /* Create the dset for devMbbiDirectSoftRaw */ static long init_record(); static long read_mbbi(); diff --git a/src/dev/softDev/devMbbiSoft.c b/src/dev/softDev/devMbbiSoft.c index c13b36ce3..18526ca22 100644 --- a/src/dev/softDev/devMbbiSoft.c +++ b/src/dev/softDev/devMbbiSoft.c @@ -36,12 +36,14 @@ #include #include #include -#include -#include -#include -#include -#include -#include + +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "mbbiRecord.h" /* Create the dset for devMbbiSoft */ static long init_record(); static long read_mbbi(); diff --git a/src/dev/softDev/devMbbiSoftRaw.c b/src/dev/softDev/devMbbiSoftRaw.c index dc82f16f0..98edb7f38 100644 --- a/src/dev/softDev/devMbbiSoftRaw.c +++ b/src/dev/softDev/devMbbiSoftRaw.c @@ -38,12 +38,13 @@ #include #include -#include -#include -#include -#include -#include -#include +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "mbbiRecord.h" /* Create the dset for devMbbiSoftRaw */ static long init_record(); static long read_mbbi(); diff --git a/src/dev/softDev/devMbboDirectSoft.c b/src/dev/softDev/devMbboDirectSoft.c index 582f465c8..b0f89a32b 100644 --- a/src/dev/softDev/devMbboDirectSoft.c +++ b/src/dev/softDev/devMbboDirectSoft.c @@ -35,12 +35,13 @@ #include #include -#include -#include -#include -#include -#include -#include +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "mbboDirectRecord.h" /* Create the dset for devMbboSoft */ static long init_record(); static long write_mbbo(); diff --git a/src/dev/softDev/devMbboDirectSoftRaw.c b/src/dev/softDev/devMbboDirectSoftRaw.c index 0c425924b..fe3b28f03 100644 --- a/src/dev/softDev/devMbboDirectSoftRaw.c +++ b/src/dev/softDev/devMbboDirectSoftRaw.c @@ -35,12 +35,13 @@ #include #include -#include -#include -#include -#include -#include -#include +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "mbboDirectRecord.h" /* Create the dset for devMbboDirectSoftRaw */ static long init_record(); diff --git a/src/dev/softDev/devMbboSoft.c b/src/dev/softDev/devMbboSoft.c index dfade4c72..f9d667e3e 100644 --- a/src/dev/softDev/devMbboSoft.c +++ b/src/dev/softDev/devMbboSoft.c @@ -38,12 +38,13 @@ #include #include -#include -#include -#include -#include -#include -#include +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "mbboRecord.h" /* Create the dset for devMbboSoft */ static long init_record(); static long write_mbbo(); diff --git a/src/dev/softDev/devMbboSoftRaw.c b/src/dev/softDev/devMbboSoftRaw.c index 8eeefc708..c29276720 100644 --- a/src/dev/softDev/devMbboSoftRaw.c +++ b/src/dev/softDev/devMbboSoftRaw.c @@ -35,12 +35,13 @@ #include #include -#include -#include -#include -#include -#include -#include +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "mbboRecord.h" /* Create the dset for devMbboSoftRaw */ static long init_record(); static long write_mbbo(); diff --git a/src/dev/softDev/devPtSoft.c b/src/dev/softDev/devPtSoft.c index 68520d1ac..88ceb0b4b 100644 --- a/src/dev/softDev/devPtSoft.c +++ b/src/dev/softDev/devPtSoft.c @@ -36,12 +36,13 @@ #include #include -#include -#include -#include -#include -#include -#include +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "pulseTrainRecord.h" /* Create the dset for devPtSoft */ static long init_record(); diff --git a/src/dev/softDev/devSASoft.c b/src/dev/softDev/devSASoft.c index 83fdff38b..e33ef7ffd 100644 --- a/src/dev/softDev/devSASoft.c +++ b/src/dev/softDev/devSASoft.c @@ -41,13 +41,14 @@ #include #include -#include -#include -#include -#include -#include -#include -#include +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "link.h" +#include "subArrayRecord.h" static int sizeofTypes[] = {MAX_STRING_SIZE,1,1,2,2,4,4,4,8,2}; diff --git a/src/dev/softDev/devSiSoft.c b/src/dev/softDev/devSiSoft.c index a0b09345d..ea7d0b3af 100644 --- a/src/dev/softDev/devSiSoft.c +++ b/src/dev/softDev/devSiSoft.c @@ -37,12 +37,13 @@ #include #include -#include -#include -#include -#include -#include -#include +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "stringinRecord.h" /* Create the dset for devSiSoft */ static long init_record(); diff --git a/src/dev/softDev/devSoSoft.c b/src/dev/softDev/devSoSoft.c index 7a49dcfcf..6c466d64e 100644 --- a/src/dev/softDev/devSoSoft.c +++ b/src/dev/softDev/devSoSoft.c @@ -36,12 +36,13 @@ #include #include -#include -#include -#include -#include -#include -#include +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "stringoutRecord.h" /* Create the dset for devSoSoft */ static long init_record(); diff --git a/src/dev/softDev/devWfSoft.c b/src/dev/softDev/devWfSoft.c index 0b08b340e..49b04a4e9 100644 --- a/src/dev/softDev/devWfSoft.c +++ b/src/dev/softDev/devWfSoft.c @@ -41,13 +41,14 @@ #include #include -#include -#include -#include -#include -#include -#include -#include +#include "alarm.h" +#include "dbDefs.h" +#include "dbAccess.h" +#include "recGbl.h" +#include "recSup.h" +#include "devSup.h" +#include "link.h" +#include "waveformRecord.h" /* Create the dset for devWfSoft */ static long init_record(); diff --git a/src/dev/testDev/devAiTestAsyn.c b/src/dev/testDev/devAiTestAsyn.c index 4c7e7875d..873927d49 100644 --- a/src/dev/testDev/devAiTestAsyn.c +++ b/src/dev/testDev/devAiTestAsyn.c @@ -48,6 +48,7 @@ #include "cvtTable.h" #include "dbDefs.h" #include "dbAccess.h" +#include "recGbl.h" #include "recSup.h" #include "devSup.h" #include "link.h" diff --git a/src/dev/testDev/devAoTestAsyn.c b/src/dev/testDev/devAoTestAsyn.c index aa3e9c9fd..a6000014a 100644 --- a/src/dev/testDev/devAoTestAsyn.c +++ b/src/dev/testDev/devAoTestAsyn.c @@ -50,6 +50,7 @@ #include "cvtTable.h" #include "dbDefs.h" #include "dbAccess.h" +#include "recGbl.h" #include "recSup.h" #include "devSup.h" #include "link.h" diff --git a/src/dev/testDev/devBiTestAsyn.c b/src/dev/testDev/devBiTestAsyn.c index 4952351b6..332412ea3 100644 --- a/src/dev/testDev/devBiTestAsyn.c +++ b/src/dev/testDev/devBiTestAsyn.c @@ -49,6 +49,7 @@ #include "callback.h" #include "dbDefs.h" #include "dbAccess.h" +#include "recGbl.h" #include "recSup.h" #include "devSup.h" #include "link.h" diff --git a/src/dev/testDev/devBoTestAsyn.c b/src/dev/testDev/devBoTestAsyn.c index c4f663ee6..417e68541 100644 --- a/src/dev/testDev/devBoTestAsyn.c +++ b/src/dev/testDev/devBoTestAsyn.c @@ -50,6 +50,7 @@ #include "cvtTable.h" #include "dbDefs.h" #include "dbAccess.h" +#include "recGbl.h" #include "recSup.h" #include "devSup.h" #include "link.h" diff --git a/src/dev/testDev/devEventTestIoEvent.c b/src/dev/testDev/devEventTestIoEvent.c index 4fc7152c1..2274a752b 100644 --- a/src/dev/testDev/devEventTestIoEvent.c +++ b/src/dev/testDev/devEventTestIoEvent.c @@ -39,6 +39,7 @@ #include "dbDefs.h" #include "dbAccess.h" +#include "recGbl.h" #include "callback.h" #include "dbScan.h" #include "recSup.h" diff --git a/src/dev/testDev/devHistogramTestAsyn.c b/src/dev/testDev/devHistogramTestAsyn.c index 7743fc82c..5ab8b1503 100644 --- a/src/dev/testDev/devHistogramTestAsyn.c +++ b/src/dev/testDev/devHistogramTestAsyn.c @@ -45,6 +45,7 @@ #include "cvtTable.h" #include "dbDefs.h" #include "dbAccess.h" +#include "recGbl.h" #include "recSup.h" #include "devSup.h" #include "link.h" diff --git a/src/dev/testDev/devMbbiTestAsyn.c b/src/dev/testDev/devMbbiTestAsyn.c index 47f5367bf..a8e66212b 100644 --- a/src/dev/testDev/devMbbiTestAsyn.c +++ b/src/dev/testDev/devMbbiTestAsyn.c @@ -49,6 +49,7 @@ #include "callback.h" #include "dbDefs.h" #include "dbAccess.h" +#include "recGbl.h" #include "recSup.h" #include "devSup.h" #include "link.h" diff --git a/src/dev/testDev/devMbboTestAsyn.c b/src/dev/testDev/devMbboTestAsyn.c index 862aef669..d65f39e27 100644 --- a/src/dev/testDev/devMbboTestAsyn.c +++ b/src/dev/testDev/devMbboTestAsyn.c @@ -50,6 +50,7 @@ #include "cvtTable.h" #include "dbDefs.h" #include "dbAccess.h" +#include "recGbl.h" #include "recSup.h" #include "devSup.h" #include "link.h" diff --git a/src/dev/testDev/devSiTestAsyn.c b/src/dev/testDev/devSiTestAsyn.c index e6ce92bd6..b5f73416d 100644 --- a/src/dev/testDev/devSiTestAsyn.c +++ b/src/dev/testDev/devSiTestAsyn.c @@ -48,6 +48,7 @@ #include "callback.h" #include "dbDefs.h" #include "dbAccess.h" +#include "recGbl.h" #include "recSup.h" #include "devSup.h" #include "link.h" diff --git a/src/dev/testDev/devSoTestAsyn.c b/src/dev/testDev/devSoTestAsyn.c index 981361349..30c4a093b 100644 --- a/src/dev/testDev/devSoTestAsyn.c +++ b/src/dev/testDev/devSoTestAsyn.c @@ -49,6 +49,7 @@ #include "cvtTable.h" #include "dbDefs.h" #include "dbAccess.h" +#include "recGbl.h" #include "recSup.h" #include "devSup.h" #include "link.h" diff --git a/src/dev/testDev/devWfTestAsyn.c b/src/dev/testDev/devWfTestAsyn.c index 84ba06eda..95b0f990a 100644 --- a/src/dev/testDev/devWfTestAsyn.c +++ b/src/dev/testDev/devWfTestAsyn.c @@ -49,6 +49,7 @@ #include "callback.h" #include "dbDefs.h" #include "dbAccess.h" +#include "recGbl.h" #include "recSup.h" #include "devSup.h" #include "link.h"