VideoCommon: Header cleanup

Also remedies places where the video backends and core rely on things
being indirectly included.
This commit is contained in:
Lioncash
2016-01-17 16:54:31 -05:00
parent 87464d432b
commit d9fec92628
98 changed files with 202 additions and 172 deletions

View File

@ -5,15 +5,16 @@
#include <algorithm>
#include <cinttypes>
#include <cstring>
#include <memory>
#include <mutex>
#include <string>
#include <thread>
#include <unordered_map>
#include <utility>
#include <vector>
#include <xxhash.h>
#include <SOIL/SOIL.h>
#include "Common/CommonPaths.h"
#include "Common/FileSearch.h"
#include "Common/FileUtil.h"
#include "Common/Flag.h"
@ -22,9 +23,8 @@
#include "Common/StringUtil.h"
#include "Common/Thread.h"
#include "Common/Timer.h"
#include "Common/Logging/Log.h"
#include "Core/ConfigManager.h"
#include "VideoCommon/HiresTextures.h"
#include "VideoCommon/OnScreenDisplay.h"
#include "VideoCommon/VideoConfig.h"