fix some style bogosities that crept in

This commit is contained in:
Kurtis Rader
2016-05-27 14:41:16 -07:00
parent 8f420b9272
commit 9ad3488b5d
12 changed files with 27 additions and 30 deletions

View File

@@ -1,8 +1,8 @@
// Helper functions for working with wcstring.
#include "config.h" // IWYU pragma: keep
#include "wcstringutil.h"
#include "common.h"
#include "wcstringutil.h"
typedef wcstring::size_type size_type;