mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-21 18:22:33 +01:00
gl: Avoid including unnecessary headers
This commit is contained in:
parent
9105c2cf4a
commit
1df977fae2
@ -1,6 +1,8 @@
|
||||
#include "stdafx.h"
|
||||
#include "capabilities.h"
|
||||
|
||||
#include "Utilities/StrUtil.h"
|
||||
|
||||
namespace gl
|
||||
{
|
||||
version_info::version_info(const char* version_string, int major_scale)
|
||||
|
@ -5,8 +5,6 @@
|
||||
#include <util/asm.hpp>
|
||||
#include <util/logs.hpp>
|
||||
|
||||
#include "Utilities/StrUtil.h"
|
||||
|
||||
namespace gl
|
||||
{
|
||||
struct version_info
|
||||
|
Loading…
Reference in New Issue
Block a user