diff options
| author | practicalswift <[email protected]> | 2017-06-09 14:57:35 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-06-12 20:37:43 +0200 |
| commit | 4087d9ea7cf1e59b2ddffcf5ea0c079671d251e9 (patch) | |
| tree | 171caf7560a930b541330c29f540c3aae2b2c851 /src/httprpc.h | |
| parent | Merge #10550: Don't return stale data from CCoinsViewCache::Cursor() (diff) | |
| download | discoin-4087d9ea7cf1e59b2ddffcf5ea0c079671d251e9.tar.xz discoin-4087d9ea7cf1e59b2ddffcf5ea0c079671d251e9.zip | |
Remove unnecessary forward class declarations in header files
Diffstat (limited to 'src/httprpc.h')
| -rw-r--r-- | src/httprpc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/httprpc.h b/src/httprpc.h index d35445718..a89a8f0fb 100644 --- a/src/httprpc.h +++ b/src/httprpc.h @@ -8,8 +8,6 @@ #include <string> #include <map> -class HTTPRequest; - /** Start HTTP RPC subsystem. * Precondition; HTTP and RPC has been started. */ |