From 866c87c65e04273ea2cca59a263407dde67509e3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 12 Jan 2021 12:22:30 +0100 Subject: [PATCH] net/ToString: include cleanup --- src/net/ToString.cxx | 3 +-- src/net/ToString.hxx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/net/ToString.cxx b/src/net/ToString.cxx index 87f40569a..8d595cd3d 100644 --- a/src/net/ToString.cxx +++ b/src/net/ToString.cxx @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 Max Kellermann + * Copyright 2011-2021 Max Kellermann * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -27,7 +27,6 @@ * OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "config.h" #include "ToString.hxx" #include "Features.hxx" #include "SocketAddress.hxx" diff --git a/src/net/ToString.hxx b/src/net/ToString.hxx index dba482642..ff9261cd8 100644 --- a/src/net/ToString.hxx +++ b/src/net/ToString.hxx @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 Max Kellermann + * Copyright 2011-2021 Max Kellermann * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions