[nostalgia/core/gba] Remove unused header

This commit is contained in:
2019-11-12 20:34:57 -06:00
parent e5a66e1160
commit 4247ac0651
5 changed files with 4 additions and 44 deletions

View File

@@ -10,7 +10,6 @@
#include <iostream>
#include <vector>
#include <nostalgia/core/gba/gba.hpp>
#include <nostalgia/common/point.hpp>
#include <ox/clargs/clargs.hpp>
#include <ox/fs/fs.hpp>
@@ -20,7 +19,6 @@
using namespace std;
using namespace ox;
using namespace nostalgia::core;
using namespace nostalgia::common;
[[nodiscard]] ox::ValErr<std::vector<uint8_t>> loadFileBuff(std::string path, ::size_t *sizeOut = nullptr) {

View File

@@ -1,6 +1,6 @@
add_library(
NostalgiaPack SHARED
NostalgiaPack
pack.cpp
)
@@ -17,6 +17,6 @@ target_link_libraries(
install(
TARGETS
NostalgiaPack
LIBRARY DESTINATION
ARCHIVE DESTINATION
${NOSTALGIA_DIST_LIB}/nostalgia
)