Commit 71b85848 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove strlcpy() compat includery, strlcpy() is not used.

parent 2378a511
......@@ -41,10 +41,6 @@
#include "vct.h"
#include "cache.h"
#ifndef HAVE_STRLCPY
#include <compat/strlcpy.h>
#endif
#define HTTPH(a, b, c, d, e, f, g) char b[] = "*" a ":";
#include "http_headers.h"
#undef HTTPH
......
......@@ -50,10 +50,6 @@
#include "compat/daemon.h"
#ifndef HAVE_STRLCPY
#include "compat/strlcpy.h"
#endif
#include "vsb.h"
#include "vev.h"
#include "vpf.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment