Replace stdlib headers with import std

This commit is contained in:
Lexi / Zoe 2026-05-16 01:58:45 +02:00
parent 5a53457817
commit d5d480d854
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
21 changed files with 31 additions and 39 deletions

View file

@ -1,10 +1,8 @@
module;
#include <string>
#include <utility>
export module rutile.core.render_server;
import std;
import rutile.core.resource_manager;
import rutile.core.texture_loader;
import wrappers.sdl;