aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/http_util
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/utils/http_util')
-rw-r--r--src/lib/utils/http_util/http_util.cpp2
-rw-r--r--src/lib/utils/http_util/http_util.h2
-rw-r--r--src/lib/utils/http_util/info.txt4
3 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/utils/http_util/http_util.cpp b/src/lib/utils/http_util/http_util.cpp
index f2b5f3361..3d56c22bb 100644
--- a/src/lib/utils/http_util/http_util.cpp
+++ b/src/lib/utils/http_util/http_util.cpp
@@ -6,7 +6,7 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#include <botan/http_util.h>
+#include <botan/internal/http_util.h>
#include <botan/internal/parsing.h>
#include <botan/hex.h>
#include <botan/internal/os_utils.h>
diff --git a/src/lib/utils/http_util/http_util.h b/src/lib/utils/http_util/http_util.h
index 7ad7c5828..2a4e4955c 100644
--- a/src/lib/utils/http_util/http_util.h
+++ b/src/lib/utils/http_util/http_util.h
@@ -16,8 +16,6 @@
#include <functional>
#include <chrono>
-BOTAN_FUTURE_INTERNAL_HEADER(http_util.h)
-
namespace Botan {
namespace HTTP {
diff --git a/src/lib/utils/http_util/info.txt b/src/lib/utils/http_util/info.txt
index a3ebc249e..0004404ad 100644
--- a/src/lib/utils/http_util/info.txt
+++ b/src/lib/utils/http_util/info.txt
@@ -2,10 +2,6 @@
HTTP_UTIL -> 20171003
</defines>
-<header:public>
-http_util.h
-</header:public>
-
<requires>
socket
</requires>