Merge branch 'iwyu'

http://include-what-you-use.org/
This commit is contained in:
David Adam
2015-07-29 09:30:19 +08:00
83 changed files with 505 additions and 737 deletions

View File

@@ -1,9 +1,18 @@
#include <assert.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <wchar.h>
#include <string>
#include "common.h"
#include "parse_constants.h"
#include "parse_productions.h"
#include "parse_tree.h"
#include "tokenizer.h"
#include "fallback.h"
#include "wutil.h"
#include "wutil.h" // IWYU pragma: keep - needed for wgettext
#include "proc.h"
#include "expand.h"
#include <vector>
#include <algorithm>