From f90abe9530ef1075bc9b60e0f08f405d2d86f799 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 28 Nov 2013 11:50:54 +0100 Subject: include cleanup using iwyu --- src/TagFile.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TagFile.hxx') diff --git a/src/TagFile.hxx b/src/TagFile.hxx index 3a49a04e1..90d21dc0f 100644 --- a/src/TagFile.hxx +++ b/src/TagFile.hxx @@ -31,6 +31,6 @@ struct tag_handler; */ bool tag_file_scan(Path path, - const struct tag_handler *handler, void *handler_ctx); + const tag_handler *handler, void *handler_ctx); #endif -- cgit v1.2.3