Remove duplicated include line

This commit is contained in:
Andrew Johnson
2019-11-28 00:56:00 -06:00
parent 45c7039a45
commit 6eaef18347
5 changed files with 0 additions and 5 deletions

View File

@@ -111,7 +111,6 @@ monitoring deadband functionality.
=cut
include "dbCommon.dbd"
%#include "devSup.h"
%
%/* Declare Device Support Entry Table */
%struct int64inRecord;

View File

@@ -137,7 +137,6 @@ monitoring deadband functionality.
=cut
include "dbCommon.dbd"
%#include "devSup.h"
%
%/* Declare Device Support Entry Table */
%struct int64outRecord;

View File

@@ -7,7 +7,6 @@
recordtype(lsi) {
include "dbCommon.dbd"
%#include "devSup.h"
%
%/* Declare Device Support Entry Table */
%struct lsiRecord;

View File

@@ -7,7 +7,6 @@
recordtype(lso) {
include "dbCommon.dbd"
%#include "devSup.h"
%
%/* Declare Device Support Entry Table */
%struct lsoRecord;

View File

@@ -7,7 +7,6 @@
recordtype(printf) {
include "dbCommon.dbd"
%#include "devSup.h"
%
%/* Declare Device Support Entry Table */
%struct printfRecord;