basic: include only what we use

This is a cleaned up result of running iwyu but without forward
declarations on src/basic.
This commit is contained in:
Thomas Hindoe Paaboel Andersen
2015-11-30 21:43:37 +01:00
parent bca27e1729
commit 11c3a36649
128 changed files with 481 additions and 135 deletions

View File

@@ -19,6 +19,7 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
#include "string-util.h"
#include "string-table.h"
ssize_t string_table_lookup(const char * const *table, size_t len, const char *key) {