common: Prune all redundant includes

This commit is contained in:
archshift 2014-09-08 17:16:32 -07:00
parent 335082e74e
commit 9d7cc2bedc
10 changed files with 3 additions and 34 deletions

View file

@ -19,12 +19,8 @@
#endif
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <cstdarg>
#include <algorithm>
#include <string>
#include "common/common_types.h"
#include "common/utf8.h"