util/*: update include guards

This commit is contained in:
Max Kellermann
2017-09-13 10:35:11 +02:00
parent 1d1259a86d
commit f46ac45d69
5 changed files with 10 additions and 10 deletions

View File

@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPD_STRING_UTIL_HXX
#define MPD_STRING_UTIL_HXX
#ifndef STRING_UTIL_HXX
#define STRING_UTIL_HXX
#include "Compiler.h"