Skip to content

Commit a8848c4

Browse files
committed
refactor: Remove unused headers <fstream> and <iterator>
- Remove unused header <fstream> from 3dblox.cpp. - Remove unused header <iterator> from dbModNet.cpp. TAG=agy CONV=56950afb-bfb2-4074-bfcb-927c5a0f1057 Signed-off-by: Drew Lewis <cannada@google.com>
1 parent 47aae47 commit a8848c4

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/odb/src/3dblox/3dblox.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include <cmath>
77
#include <cstddef>
88
#include <filesystem>
9-
#include <fstream>
109
#include <set>
1110
#include <sstream>
1211
#include <string>

src/odb/src/db/dbModNet.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include <cassert>
2424
#include <cstdint>
2525
#include <cstring>
26-
#include <iterator>
2726
#include <string_view>
2827
#include <vector>
2928

0 commit comments

Comments
 (0)