Remove unused includes in z3ed.cc for improved code clarity
This commit is contained in:
@@ -1,17 +1,12 @@
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#include "absl/flags/flag.h"
|
||||
#include "absl/status/status.h"
|
||||
#include "app/core/constants.h"
|
||||
#include "app/rom.h"
|
||||
#include "cli/command.h"
|
||||
|
||||
ABSL_FLAG(bool, verbose, false, "Enable verbose output");
|
||||
@@ -95,4 +90,4 @@ int RunCommandHandler(int argc, char* argv[]) {
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
return yaze::cli::RunCommandHandler(argc, argv);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user