From 9b7d14361904a9c2bceb8de335fd5da169fabd59 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Fri, 23 Sep 2022 13:20:30 -0400 Subject: abstract user input, refactor #include's --- engine/xe_sound.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engine/xe_sound.cpp') diff --git a/engine/xe_sound.cpp b/engine/xe_sound.cpp index 07d8e7b..bd21885 100644 --- a/engine/xe_sound.cpp +++ b/engine/xe_sound.cpp @@ -1,9 +1,5 @@ #include "xe_sound.hpp" -#include -#include -#include - namespace xe { XeSound::XeSound(const std::string& filename) { -- cgit v1.2.3-freya