[nostalgia/player] Cleanup

This commit is contained in:
Gary Talent 2021-05-12 22:07:42 -05:00
parent c1338d9d87
commit e36f49c7fc
2 changed files with 1 additions and 4 deletions

View File

@ -6,6 +6,4 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <ox/fs/fs.hpp>
ox::Error run(ox::FileSystem *fs) noexcept;
class ox::Error run(class ox::FileSystem *fs) noexcept;

View File

@ -6,7 +6,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <ox/std/trace.hpp>
#include <nostalgia/core/core.hpp>
#include "app.hpp"