Skip to content

Commit 317589c

Browse files
committed
clean up header includes in testAddEnvVars
1 parent 52ddb1b commit 317589c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

client/castApp/src/testAddEnvVars.c

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
#include <dbStaticLib.h>
2-
#include <dbUnitTest.h>
3-
#include <testMain.h>
4-
#include <errlog.h>
5-
#include <dbAccess.h>
61
#include <string.h>
7-
#include <epicsThread.h>
8-
#include <epicsMutex.h>
2+
3+
#include <epicsUnitTest.h>
4+
#include <testMain.h>
95

106
#include "caster.h"
117

0 commit comments

Comments
 (0)