Skip to content

Commit

Permalink
Remove unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Jan 21, 2024
1 parent f2c38c8 commit a137958
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Tools/TestCases/ToolResults.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include <algorithm>
#include <fstream>
#include <iostream>
#include <iterator>
#include <stdexcept>

Expand Down
3 changes: 0 additions & 3 deletions Tools/TestCases/ToolResults.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#pragma once

#include <filesystem>
#include <map>
#include <ostream>
#include <string>
#include <string_view>
#include <utility>
#include <vector>

namespace testCases
Expand Down

0 comments on commit a137958

Please sign in to comment.