mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-02 09:10:00 -05:00
Common: Remove other Common prefixed headers from Common.h
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
#include "png.h"
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Common/MsgHandler.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
#include "VideoCommon/ImageWrite.h"
|
||||
|
||||
bool SaveData(const std::string& filename, const char* data)
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
#include "Common/CommonFuncs.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/MsgHandler.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
|
||||
#include "VideoCommon/LookUpTables.h"
|
||||
#include "VideoCommon/sfont.inc"
|
||||
#include "VideoCommon/TextureDecoder.h"
|
||||
|
||||
Reference in New Issue
Block a user