[nostalgia/core/gba] Remove unused header
This commit is contained in:
@@ -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) {
|
||||
|
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user