change include <rec/dbCommon> to <dbCommon>

This commit is contained in:
Marty Kraimer
1993-07-29 10:55:37 +00:00
parent ac313b6efb
commit 7802a060d2

View File

@@ -1,5 +1,5 @@
/* DB_EVENT.C */
/* share/src/db @(#)dbEvent.c 1.17 6/7/93 */
/* share/src/db $Id$ */
/* routines for scheduling events to lower priority tasks via the RT kernel */
/*
@@ -68,7 +68,7 @@
#include <tsDefs.h>
#include <dbDefs.h>
#include <db_access.h>
#include <rec/dbCommon.h>
#include <dbCommon.h>
#include <task_params.h>