Merge base/basictypes.h into Common/Common.h (mostly).

This commit is contained in:
Henrik Rydgård
2020-09-29 12:44:47 +02:00
parent ed88761ecc
commit 3162f30158
81 changed files with 107 additions and 165 deletions
+1 -5
View File
@@ -15,13 +15,9 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#if _MSC_VER == 1700
// Has to be included before TextureScaler.h, else we get those std::bind errors in VS2012..
#include "../native/base/basictypes.h"
#endif
#include <algorithm>
#include "Common/Common.h"
#include "Common/Vulkan/VulkanContext.h"
#include "Common/ColorConv.h"
#include "Common/Log.h"