include cleanups (powered by iwyu)

This commit is contained in:
Max Kellermann
2019-08-15 17:57:20 +02:00
parent 92c89f0c86
commit f909615b14
16 changed files with 13 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2013-2018 Max Kellermann <max.kellermann@gmail.com>
* Copyright 2013-2019 Max Kellermann <max.kellermann@gmail.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -29,6 +29,8 @@
#include "WStringCompare.hxx"
#include <string.h>
bool
StringEndsWith(const wchar_t *haystack, const wchar_t *needle) noexcept
{