Skip to content

Commit

Permalink
shareLib.h cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Jun 2, 2020
1 parent 11eeed9 commit c4798dc
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 17 deletions.
2 changes: 0 additions & 2 deletions common/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#include "weakmap.h"
#include "weakset.h"

#include <shareLib.h>

struct TestPV;
struct TestPVChannel;
struct TestPVMonitor;
Expand Down
2 changes: 0 additions & 2 deletions p2pApp/chancache.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#include "weakmap.h"
#include "weakset.h"

#include <shareLib.h>

struct ChannelCache;
struct ChannelCacheEntry;
struct MonitorUser;
Expand Down
2 changes: 0 additions & 2 deletions p2pApp/channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#include <pv/pvAccess.h>

#include <shareLib.h>

#include "chancache.h"

struct GWChannel : public epics::pvAccess::Channel
Expand Down
2 changes: 0 additions & 2 deletions p2pApp/pva2pva.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

#include <pv/pvAccess.h>

#include <shareLib.h>

typedef epicsGuard<epicsMutex> Guard;
typedef epicsGuardRelease<epicsMutex> UnGuard;

Expand Down
2 changes: 0 additions & 2 deletions p2pApp/server.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#include "chancache.h"
#include "channel.h"

#include <shareLib.h>

struct GWServerChannelProvider :
public epics::pvAccess::ChannelProvider,
public epics::pvAccess::ChannelFind,
Expand Down
2 changes: 1 addition & 1 deletion pdbApp/pdb.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include "weakmap.h"

#include <shareLib.h>
#include <pv/qsrv.h>

struct PDBProvider;

Expand Down
2 changes: 0 additions & 2 deletions pdbApp/pdbgroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
#include "pvif.h"
#include "pdb.h"

#include <shareLib.h>

struct QSRV_API GroupConfig
{
struct QSRV_API Field {
Expand Down
2 changes: 0 additions & 2 deletions pdbApp/pdbsingle.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#include "pvif.h"
#include "pdb.h"

#include <shareLib.h>

struct PDBSingleMonitor;

struct QSRV_API PDBSinglePV : public PDBPV
Expand Down
2 changes: 0 additions & 2 deletions pdbApp/tpool.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

#include <pv/sharedPtr.h>

#include <shareLib.h>

struct WorkQueue : private epicsThreadRunable
{
typedef std::tr1::weak_ptr<epicsThreadRunable> value_type;
Expand Down

0 comments on commit c4798dc

Please sign in to comment.