Commit 181547bb authored by Mike Snitzer's avatar Mike Snitzer

dm vdo string-utils: remove unnecessary includes

Signed-off-by: default avatarMike Snitzer <snitzer@kernel.org>
Signed-off-by: default avatarSusan LeGendre-McGhee <slegendr@redhat.com>
Signed-off-by: default avatarMatthew Sakai <msakai@redhat.com>
parent 5f770bd1
...@@ -5,12 +5,6 @@ ...@@ -5,12 +5,6 @@
#include "string-utils.h" #include "string-utils.h"
#include "errors.h"
#include "logger.h"
#include "memory-alloc.h"
#include "permassert.h"
#include "uds.h"
char *uds_append_to_buffer(char *buffer, char *buf_end, const char *fmt, ...) char *uds_append_to_buffer(char *buffer, char *buf_end, const char *fmt, ...)
{ {
va_list args; va_list args;
......
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