LZLookupTable: Remove unused <deque> include

This header and the matching cpp file make no use of std::deque, so this
can be removed.
This commit is contained in:
Lioncash 2019-08-15 23:51:59 -04:00
parent a3a6e3b42a
commit c524a9caa2
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
#pragma once
#include <map>
#include <deque>
#include <vector>
#include <cstdint>
#include <map>
#include <vector>
#include <athena/Types.hpp>
struct LZLengthOffset {