Skip to content

Commit

Permalink
drop unneeded includes
Browse files Browse the repository at this point in the history
Avoid pulling in CALLBACK unnecessarily,
to avoid aggravating MSVC.
  • Loading branch information
mdavidsaver committed Sep 2, 2019
1 parent 96b738f commit 838ddcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions modules/database/src/ioc/db/dbNotify.h
Expand Up @@ -13,8 +13,6 @@

#include "shareLib.h"
#include "ellLib.h"
#include "epicsEvent.h"
#include "callback.h"

#ifdef __cplusplus
extern "C" {
Expand Down
1 change: 1 addition & 0 deletions modules/database/src/ioc/db/db_test.c
Expand Up @@ -21,6 +21,7 @@
#include "epicsStdlib.h"
#include "epicsString.h"
#include "errlog.h"
#include "epicsEvent.h"

#define epicsExportSharedSymbols
#include "db_access_routines.h"
Expand Down

0 comments on commit 838ddcb

Please sign in to comment.