tree-wide: drop string.h when string-util.h or friends are included

This commit is contained in:
Yu Watanabe
2019-11-01 17:44:54 +09:00
parent f4dad55b8b
commit 455fa9610c
167 changed files with 0 additions and 167 deletions

View File

@@ -5,7 +5,6 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "alloc-util.h"
#include "escape.h"