mirror of https://github.com/libAthena/athena.git
LZBase: Remove unused <string> include
This commit is contained in:
parent
50936ab1a9
commit
48ae0d32fe
|
@ -1,6 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <string>
|
|
||||||
#include "LZ77/LZLookupTable.hpp"
|
#include "LZ77/LZLookupTable.hpp"
|
||||||
|
|
||||||
class LZBase {
|
class LZBase {
|
||||||
|
|
Loading…
Reference in New Issue