diff options
author | Karlson2k <k2k@narod.ru> | 2013-10-31 17:58:34 +0400 |
---|---|---|
committer | Karlson2k <k2k@narod.ru> | 2013-10-31 18:01:14 +0400 |
commit | d1e9c22579ccb02165dbca8316e0dc09a5761f62 (patch) | |
tree | 12bacd7c95b5b1109af401e9ea306e7bb856c71c | |
parent | ce0387a44fe1d738a306b37a3891b998329cb18c (diff) |
CurlFile: no need for forward declaration if header is included
-rw-r--r-- | xbmc/filesystem/CurlFile.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xbmc/filesystem/CurlFile.h b/xbmc/filesystem/CurlFile.h index 64f7b86a4b..4c18f8b5c2 100644 --- a/xbmc/filesystem/CurlFile.h +++ b/xbmc/filesystem/CurlFile.h @@ -31,8 +31,6 @@ namespace XCURL struct curl_slist; } -class CHttpHeader; - namespace XFILE { class CCurlFile : public IFile |