aboutsummaryrefslogtreecommitdiffhomepage
path: root/wcstringutil.cpp
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-25 23:14:25 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-25 23:53:32 +0800
commit78162a2a1343a7caff3d43f457daa87475e6b926 (patch)
tree5202c4b2c21b80822bf07282df2e25ad336812f9 /wcstringutil.cpp
parent30ea4fc416c533e9ca3c1fb464e08c004946de00 (diff)
Initial pass with Include What You Use
Diffstat (limited to 'wcstringutil.cpp')
-rw-r--r--wcstringutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcstringutil.cpp b/wcstringutil.cpp
index 51ec1a1c..e61e331b 100644
--- a/wcstringutil.cpp
+++ b/wcstringutil.cpp
@@ -3,7 +3,7 @@
Helper functions for working with wcstring
*/
-#include "config.h"
+#include "config.h" // IWYU pragma: keep
#include "wcstringutil.h"