telnetd/telnetd.h: Don't include config.h in a header file.

Reported by Collin Funk in
https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00398.html
This commit is contained in:
Simon Josefsson
2024-04-24 15:08:10 +02:00
parent c7f6910d68
commit 32336c79b6

View File

@@ -16,7 +16,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see `http://www.gnu.org/licenses/'. */
#include <config.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>