Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
a03d878f
Commit
a03d878f
authored
Mar 18, 2015
by
Steven Murray
Browse files
CASTOR-4965 Users cannot compile CASTOR v15
Fixed. Removed "h/" from all #includes.
parent
03d7b725
Changes
289
Hide whitespace changes
Inline
Side-by-side
castor/IObject.hpp
View file @
a03d878f
...
...
@@ -23,7 +23,7 @@
#pragma once
#include
"
h/
osdep.h"
#include
"osdep.h"
#include
<iostream>
#include
<string>
...
...
castor/acs/AcsDaemon.cpp
View file @
a03d878f
...
...
@@ -26,7 +26,7 @@
#include
"castor/acs/Constants.hpp"
#include
"castor/acs/AcsDaemon.hpp"
#include
"castor/acs/AcsMessageHandler.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
#include
<memory>
#include
<signal.h>
...
...
castor/acs/AcsMessageHandler.cpp
View file @
a03d878f
...
...
@@ -33,7 +33,7 @@
#include
"castor/messages/AcsMountTapeReadWrite.pb.h"
#include
"castor/messages/AcsDismountTape.pb.h"
#include
"castor/messages/AcsForceDismountTape.pb.h"
#include
"
h/
serrno.h"
#include
"serrno.h"
#include
<sstream>
...
...
castor/acs/AcsRequestDismountTape.cpp
View file @
a03d878f
...
...
@@ -23,7 +23,7 @@
#include
"castor/acs/AcsRequestDismountTape.hpp"
#include
"castor/exception/DismountFailed.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
//-----------------------------------------------------------------------------
// constructor
...
...
castor/db/ora/OraCnvSvc.cpp
View file @
a03d878f
...
...
@@ -35,7 +35,7 @@
#include
"castor/exception/BadVersion.hpp"
#include
"castor/exception/Exception.hpp"
#include
"castor/exception/InvalidArgument.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
#include
<sstream>
#include
<iomanip>
...
...
castor/db/ora/OraVdqmSvc.cpp
View file @
a03d878f
...
...
@@ -37,10 +37,10 @@
#include
"castor/vdqm/TapeDriveCompatibility.hpp"
#include
"castor/vdqm/TapeRequest.hpp"
#include
"castor/vdqm/TapeServer.hpp"
#include
"
h/
Cuuid.h"
#include
"
h/
net.h"
#include
"
h/
serrno.h"
#include
"
h/
vdqm_constants.h"
#include
"Cuuid.h"
#include
"net.h"
#include
"serrno.h"
#include
"vdqm_constants.h"
#include
<occi.h>
#include
<errno.h>
...
...
castor/db/ora/OraVdqmSvc.hpp
View file @
a03d878f
...
...
@@ -26,7 +26,7 @@
#include
"castor/db/DbBaseObj.hpp"
#include
"castor/vdqm/IVdqmSvc.hpp"
#include
"castor/vdqm/TapeDriveStatusCodes.hpp"
#include
"
h/
vdqm_messages.h"
#include
"vdqm_messages.h"
#include
"occi.h"
#include
<map>
...
...
castor/dlf/Dlf.cpp
View file @
a03d878f
...
...
@@ -26,7 +26,7 @@
// Include Files
#include
"castor/dlf/Dlf.hpp"
#include
"castor/exception/Exception.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
#include
<errno.h>
...
...
castor/dlf/Dlf.hpp
View file @
a03d878f
...
...
@@ -27,7 +27,7 @@
#include
"castor/dlf/Message.hpp"
#include
"castor/dlf/Param.hpp"
#include
"castor/exception/Exception.hpp"
#include
"
h/
dlf_api.h"
#include
"dlf_api.h"
#include
<vector>
...
...
castor/dlf/Param.hpp
View file @
a03d878f
...
...
@@ -28,7 +28,7 @@
#include
"castor/dlf/TimeStamp.hpp"
#include
"castor/IObject.hpp"
#include
"castor/stager/TapeVid.hpp"
#include
"
h/
dlf_api.h"
#include
"dlf_api.h"
#include
<string.h>
#include
<stdlib.h>
...
...
castor/exception/AcceptConnectionInterrupted.cpp
View file @
a03d878f
...
...
@@ -21,7 +21,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#include
"
h/
serrno.h"
#include
"serrno.h"
#include
"castor/exception/AcceptConnectionInterrupted.hpp"
...
...
castor/exception/BadAlloc.cpp
View file @
a03d878f
...
...
@@ -22,7 +22,7 @@
*****************************************************************************/
#include
"castor/exception/BadAlloc.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
// -----------------------------------------------------------------------------
...
...
castor/exception/CommandLineNotParsed.cpp
View file @
a03d878f
...
...
@@ -22,7 +22,7 @@
*****************************************************************************/
#include
"castor/exception/CommandLineNotParsed.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
// -----------------------------------------------------------------------------
...
...
castor/exception/DismountFailed.cpp
View file @
a03d878f
...
...
@@ -22,7 +22,7 @@
*****************************************************************************/
#include
"castor/exception/DismountFailed.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
// -----------------------------------------------------------------------------
...
...
castor/exception/Errnum.cpp
View file @
a03d878f
...
...
@@ -22,7 +22,7 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#include
"castor/exception/Errnum.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
#include
<errno.h>
#include
<string.h>
...
...
castor/exception/Exception.cpp
View file @
a03d878f
...
...
@@ -24,7 +24,7 @@
#define _XOPEN_SOURCE 600
#include
"castor/exception/Exception.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
//------------------------------------------------------------------------------
// constructor
...
...
castor/exception/ForceDismountFailed.cpp
View file @
a03d878f
...
...
@@ -22,7 +22,7 @@
*****************************************************************************/
#include
"castor/exception/ForceDismountFailed.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
// -----------------------------------------------------------------------------
...
...
castor/exception/Mismatch.cpp
View file @
a03d878f
...
...
@@ -22,7 +22,7 @@
*****************************************************************************/
#include
"castor/exception/Mismatch.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
// -----------------------------------------------------------------------------
...
...
castor/exception/MissingOperand.cpp
View file @
a03d878f
...
...
@@ -22,7 +22,7 @@
*****************************************************************************/
#include
"castor/exception/MissingOperand.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
// -----------------------------------------------------------------------------
...
...
castor/exception/MountFailed.cpp
View file @
a03d878f
...
...
@@ -22,7 +22,7 @@
*****************************************************************************/
#include
"castor/exception/MountFailed.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
// -----------------------------------------------------------------------------
...
...
Prev
1
2
3
4
5
…
15
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment