Skip to content
GitLab
Menu
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/exception/NoPortInRange.cpp
View file @
a03d878f
...
...
@@ -22,7 +22,7 @@
*****************************************************************************/
#include
"castor/exception/NoPortInRange.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
//------------------------------------------------------------------------------
...
...
castor/exception/NoValue.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/NoValue.hpp"
...
...
castor/exception/NotAnOwner.cpp
View file @
a03d878f
...
...
@@ -22,7 +22,7 @@
*****************************************************************************/
#include
"castor/exception/NotAnOwner.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
// -----------------------------------------------------------------------------
...
...
castor/exception/QueryVolumeFailed.cpp
View file @
a03d878f
...
...
@@ -22,7 +22,7 @@
*****************************************************************************/
#include
"castor/exception/QueryVolumeFailed.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
// -----------------------------------------------------------------------------
...
...
castor/exception/RequestFailed.cpp
View file @
a03d878f
...
...
@@ -22,7 +22,7 @@
*****************************************************************************/
#include
"castor/exception/RequestFailed.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
// -----------------------------------------------------------------------------
...
...
castor/exception/SErrnum.cpp
View file @
a03d878f
...
...
@@ -23,7 +23,7 @@
*****************************************************************************/
#include
"castor/exception/SErrnum.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
#include
<errno.h>
#include
<string.h>
...
...
castor/exception/TimeOut.cpp
View file @
a03d878f
...
...
@@ -23,7 +23,7 @@
*****************************************************************************/
#include
"castor/exception/TimeOut.hpp"
#include
"
h/
serrno.h"
#include
"serrno.h"
// -----------------------------------------------------------------------
// Constructor
...
...
castor/gc/DeletionThread.cpp
View file @
a03d878f
...
...
@@ -29,8 +29,8 @@
#include
"castor/stager/IGCSvc.hpp"
#include
"castor/stager/GCLocalFile.hpp"
#include
"castor/System.hpp"
#include
"
h/
getconfent.h"
#include
"
h/
serrno.h"
#include
"getconfent.h"
#include
"serrno.h"
#include
<radosstriper/libradosstriper.hpp>
...
...
castor/gc/GcDaemon.cpp
View file @
a03d878f
...
...
@@ -32,8 +32,8 @@
#include
"castor/log/SyslogLogger.hpp"
#include
"castor/server/SignalThreadPool.hpp"
#include
"castor/server/BaseThreadPool.hpp"
#include
"
h/
Cgetopt.h"
#include
"
h/
getconfent.h"
#include
"Cgetopt.h"
#include
"getconfent.h"
#include
<iostream>
#include
<sys/time.h>
...
...
castor/io/AbstractSocket.cpp
View file @
a03d878f
...
...
@@ -28,8 +28,8 @@
#include
"castor/Services.hpp"
#include
"castor/io/AbstractSocket.hpp"
#include
"castor/io/StreamAddress.hpp"
#include
"
h/
net.h"
#include
"
h/
Cnetdb.h"
#include
"net.h"
#include
"Cnetdb.h"
#include
<unistd.h>
#include
<errno.h>
...
...
castor/io/AbstractSocket.hpp
View file @
a03d878f
...
...
@@ -24,7 +24,7 @@
#pragma once
#include
"
h/
net.h"
#include
"net.h"
#include
"castor/BaseObject.hpp"
#include
"castor/exception/Exception.hpp"
...
...
castor/io/AbstractTCPSocket.cpp
View file @
a03d878f
...
...
@@ -26,9 +26,9 @@
#include
"castor/Constants.hpp"
#include
"castor/exception/Exception.hpp"
#include
"castor/io/AbstractTCPSocket.hpp"
#include
"
h/
getconfent.h"
#include
"
h/
net.h"
#include
"
h/
serrno.h"
#include
"getconfent.h"
#include
"net.h"
#include
"serrno.h"
#include
<limits.h>
#include
<netdb.h>
...
...
castor/io/AuthClientSocket.cpp
View file @
a03d878f
...
...
@@ -27,8 +27,8 @@
#include
"castor/io/biniostream.h"
#include
"castor/io/StreamAddress.hpp"
#include
"castor/Services.hpp"
#include
"
h/
net.h"
#include
"
h/
serrno.h"
#include
"net.h"
#include
"serrno.h"
#include
<netdb.h>
#include
<errno.h>
...
...
castor/io/AuthClientSocket.hpp
View file @
a03d878f
...
...
@@ -26,10 +26,10 @@
#include
"castor/exception/Exception.hpp"
#include
"castor/io/ClientSocket.hpp"
#include
"
h/
net.h"
#include
"net.h"
extern
"C"
{
#include
"
h/
Csecloader.h"
#include
"Csecloader.h"
}
#include
<string>
...
...
castor/io/AuthServerSocket.cpp
View file @
a03d878f
...
...
@@ -27,8 +27,8 @@
#include
"castor/exception/Exception.hpp"
#include
"castor/io/biniostream.h"
#include
"castor/io/StreamAddress.hpp"
#include
"
h/
net.h"
#include
"
h/
serrno.h"
#include
"net.h"
#include
"serrno.h"
#include
<netdb.h>
#include
<errno.h>
...
...
castor/io/AuthServerSocket.hpp
View file @
a03d878f
...
...
@@ -28,10 +28,10 @@
#include
"castor/exception/Exception.hpp"
#include
"castor/exception/Security.hpp"
#include
"castor/io/ServerSocket.hpp"
#include
"
h/
net.h"
#include
"net.h"
extern
"C"
{
#include
"
h/
Csecloader.h"
#include
"Csecloader.h"
}
#include
<string>
...
...
castor/io/ClientSocket.cpp
View file @
a03d878f
...
...
@@ -29,8 +29,8 @@
#include
"castor/io/ClientSocket.hpp"
#include
"castor/io/StreamAddress.hpp"
#include
"castor/Services.hpp"
#include
"
h/
net.h"
#include
"
h/
serrno.h"
#include
"net.h"
#include
"serrno.h"
#include
<netdb.h>
#include
<errno.h>
...
...
castor/io/ClientSocket.hpp
View file @
a03d878f
...
...
@@ -26,7 +26,7 @@
#include
"castor/exception/Exception.hpp"
#include
"castor/io/AbstractTCPSocket.hpp"
#include
"
h/
net.h"
#include
"net.h"
#include
<string>
#include
<netinet/in.h>
...
...
castor/io/IoTest.cpp
View file @
a03d878f
...
...
@@ -23,7 +23,7 @@
#include
"castor/io/io.hpp"
#include
"castor/utils/SmartFd.hpp"
#include
"
h/
marshall.h"
#include
"marshall.h"
#include
<fcntl.h>
#include
<gtest/gtest.h>
...
...
castor/io/ServerSocket.cpp
View file @
a03d878f
...
...
@@ -31,8 +31,8 @@
#include
"castor/io/biniostream.h"
#include
"castor/io/ServerSocket.hpp"
#include
"castor/io/StreamAddress.hpp"
#include
"
h/
net.h"
#include
"
h/
serrno.h"
#include
"net.h"
#include
"serrno.h"
#include
<time.h>
#include
<sys/time.h>
...
...
Prev
1
2
3
4
5
6
…
15
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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