use epicsAssert.h and proper form of include

This commit is contained in:
Jeff Hill
1998-05-29 20:20:28 +00:00
parent ec3df62672
commit 8f2a7b538c

View File

@@ -1,9 +1,9 @@
#include <time.h>
#include <assert.h>
#include <stdio.h>
#include <bucketLib.h>
#include "epicsAssert.h"
#include "bucketLib.h"
main()
{