mirror of
https://github.com/SFML/SFML.git
synced 2025-01-18 15:25:12 +08:00
Hide <filesystem>
dependency in [E]GLCheck .cpp
This commit is contained in:
parent
2c7c3dd056
commit
dab1800f61
@ -30,6 +30,7 @@
|
||||
|
||||
#include <SFML/System/Err.hpp>
|
||||
|
||||
#include <filesystem>
|
||||
#include <ostream>
|
||||
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
#include <SFML/System/Err.hpp>
|
||||
|
||||
#include <filesystem>
|
||||
#include <ostream>
|
||||
#include <string_view>
|
||||
#include <type_traits>
|
||||
|
||||
|
@ -32,6 +32,7 @@
|
||||
|
||||
#include <glad/egl.h>
|
||||
|
||||
#include <filesystem>
|
||||
#include <ostream>
|
||||
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
#include <glad/egl.h>
|
||||
|
||||
#include <filesystem>
|
||||
#include <ostream>
|
||||
#include <string_view>
|
||||
#include <type_traits>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user