Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit 22e13a3

Browse files
committedMar 25, 2018
Remove unneeded include guards.
The headers already include `#pragma once` directives.
1 parent df2d14e commit 22e13a3

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed
 

‎libpoolprotocols/PoolClient.h

-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#ifndef POOL_CLIENT_H_
2-
#define POOL_CLIENT_H_
3-
41
#pragma once
52

63
#include <boost/asio/ip/address.hpp>
@@ -99,6 +96,3 @@ namespace dev
9996
};
10097
}
10198
}
102-
103-
#endif
104-

‎libpoolprotocols/PoolManager.h

-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#ifndef POOL_MANAGER_H_
2-
#define POOL_MANAGER_H_
3-
41
#pragma once
52

63
#include <iostream>
@@ -51,6 +48,3 @@ namespace dev
5148
};
5249
}
5350
}
54-
55-
#endif
56-

‎libpoolprotocols/getwork/EthGetworkClient.h

-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#ifndef ETH_GETWORK_CLIENT_H_
2-
#define ETH_GETWORK_CLIENT_H_
3-
41
#pragma once
52

63
#include <jsonrpccpp/client/connectors/httpclient.h>
@@ -38,6 +35,3 @@ class EthGetworkClient : public PoolClient, Worker
3835
JsonrpcGetwork *p_client;
3936
WorkPackage m_prevWorkPackage;
4037
};
41-
42-
#endif
43-

0 commit comments

Comments
 (0)