gl: Avoid including unnecessary headers
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "capabilities.h"
|
#include "capabilities.h"
|
||||||
|
|
||||||
|
#include "Utilities/StrUtil.h"
|
||||||
|
|
||||||
namespace gl
|
namespace gl
|
||||||
{
|
{
|
||||||
version_info::version_info(const char* version_string, int major_scale)
|
version_info::version_info(const char* version_string, int major_scale)
|
||||||
|
|||||||
@@ -5,8 +5,6 @@
|
|||||||
#include <util/asm.hpp>
|
#include <util/asm.hpp>
|
||||||
#include <util/logs.hpp>
|
#include <util/logs.hpp>
|
||||||
|
|
||||||
#include "Utilities/StrUtil.h"
|
|
||||||
|
|
||||||
namespace gl
|
namespace gl
|
||||||
{
|
{
|
||||||
struct version_info
|
struct version_info
|
||||||
|
|||||||
Reference in New Issue
Block a user