lib/curl/Error: rename header to HttpStatusError.hxx
This commit is contained in:
parent
f62d61f088
commit
846d7dc317
@ -22,7 +22,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#ifdef ENABLE_CURL
|
||||
#include "lib/curl/Error.hxx"
|
||||
#include "lib/curl/HttpStatusError.hxx"
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_NFS
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "CurlInputPlugin.hxx"
|
||||
#include "lib/curl/Error.hxx"
|
||||
#include "lib/curl/HttpStatusError.hxx"
|
||||
#include "lib/curl/Global.hxx"
|
||||
#include "lib/curl/Init.hxx"
|
||||
#include "lib/curl/Request.hxx"
|
||||
|
@ -17,8 +17,7 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef CURL_ERROR_HXX
|
||||
#define CURL_ERROR_HXX
|
||||
#pragma once
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
@ -38,5 +37,3 @@ public:
|
||||
return status;
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user