aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/RLE_reader.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-28 19:22:06 +0200
committerHampusM <hampus@hampusmat.com>2022-06-28 19:22:06 +0200
commitd2a76bd8cfd883070259bf572a9f723a37c0d96e (patch)
treecca72b471b0c3a562789a1ab966e4568edf7165a /src/interfaces/RLE_reader.hpp
parentdaf39f75d764449f18cd480b6d3c645b8372b0a5 (diff)
refactor: improve includes with iwyu
Diffstat (limited to 'src/interfaces/RLE_reader.hpp')
-rw-r--r--src/interfaces/RLE_reader.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/RLE_reader.hpp b/src/interfaces/RLE_reader.hpp
index a3266a8..9cc6722 100644
--- a/src/interfaces/RLE_reader.hpp
+++ b/src/interfaces/RLE_reader.hpp
@@ -16,4 +16,3 @@ public:
[[nodiscard]] virtual auto read_RLE_file(const std::filesystem::path &path) const
-> std::unique_ptr<IMatrix<MatrixElement>> = 0;
};
-