common: Prune all redundant includes
This commit is contained in:
parent
335082e74e
commit
9d7cc2bedc
10 changed files with 3 additions and 34 deletions
|
@ -4,15 +4,13 @@
|
|||
|
||||
|
||||
#include "common/common.h"
|
||||
#include "common/common_paths.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <sys/types.h>
|
||||
#include <dirent.h>
|
||||
#else
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
||||
#include "common/file_search.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue