summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/preprocess/CompTool.cpp1
-rw-r--r--src/preprocess/CompTool.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/preprocess/CompTool.cpp b/src/preprocess/CompTool.cpp
index d310e35..a289137 100644
--- a/src/preprocess/CompTool.cpp
+++ b/src/preprocess/CompTool.cpp
@@ -4,7 +4,6 @@
#include "lib/binarytools/BinaryReader.h"
#include <fstream>
#include <cstring>
-#include <stdexcept>
uint32_t CompTool::FindFileTable(std::vector<uint8_t>& rom) {
uint8_t query_one[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x50, 0x00, 0x00, 0x00, 0x00 };
diff --git a/src/preprocess/CompTool.h b/src/preprocess/CompTool.h
index 73052bb..a995480 100644
--- a/src/preprocess/CompTool.h
+++ b/src/preprocess/CompTool.h
@@ -18,4 +18,4 @@ private:
static uint32_t FindFileTable(std::vector<uint8_t>& rom);
static std::pair<uint32_t, uint32_t> CalculateCRCs(LUS::BinaryWriter& decompFile);
static inline const uint32_t sCrcSeed = 0xF8CA4DDC;
-}; \ No newline at end of file
+};