Skip to content

Commit

Permalink
[XrdOss] Remove XrdOssVS.hh include from public XrdOss.hh
Browse files Browse the repository at this point in the history
Instead use forward declarations.
  • Loading branch information
simonmichal committed Jun 3, 2020
1 parent 621dcb9 commit 8fdfed5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/XrdCms/XrdCmsMeter.cc
Expand Up @@ -46,6 +46,7 @@
#include "XrdCms/XrdCmsTrace.hh"
#include "XrdCms/XrdCmsUtils.hh"
#include "XrdOss/XrdOss.hh"
#include "XrdOss/XrdOssVS.hh"
#include "XrdSys/XrdSysPlatform.hh"
#include "XrdSys/XrdSysTimer.hh"

Expand Down
1 change: 1 addition & 0 deletions src/XrdFrm/XrdFrmPurge.cc
Expand Up @@ -37,6 +37,7 @@

#include "XrdNet/XrdNetCmsNotify.hh"
#include "XrdOss/XrdOss.hh"
#include "XrdOss/XrdOssVS.hh"
#include "XrdOss/XrdOssPath.hh"
#include "XrdOuc/XrdOucNSWalk.hh"
#include "XrdOuc/XrdOucTList.hh"
Expand Down
2 changes: 1 addition & 1 deletion src/XrdOss/XrdOss.hh
Expand Up @@ -38,12 +38,12 @@
#include <sys/types.h>
#include <string.h>

#include "XrdOss/XrdOssVS.hh"
#include "XrdOuc/XrdOucIOVec.hh"

class XrdOucEnv;
class XrdSysLogger;
class XrdSfsAio;
class XrdOssVSInfo;

#ifndef XrdOssOK
#define XrdOssOK 0
Expand Down
1 change: 1 addition & 0 deletions src/XrdPfc/XrdPfcConfiguration.cc
Expand Up @@ -3,6 +3,7 @@
#include "XrdPfcInfo.hh"

#include "XrdOss/XrdOss.hh"
#include "XrdOss/XrdOssVS.hh"

#include "XrdOuc/XrdOucEnv.hh"
#include "XrdOuc/XrdOucUtils.hh"
Expand Down
1 change: 1 addition & 0 deletions src/XrdPfc/XrdPfcPurge.cc
Expand Up @@ -6,6 +6,7 @@

#include "XrdOuc/XrdOucEnv.hh"
#include "XrdSys/XrdSysTrace.hh"
#include "XrdOss/XrdOssVS.hh"

using namespace XrdPfc;

Expand Down

0 comments on commit 8fdfed5

Please sign in to comment.