Skip to content

Commit

Permalink
Comment out unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Sep 18, 2023
1 parent f32ac0b commit 78606be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpp/mrc/tests/modules/test_segment_modules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include "mrc/modules/properties/persistent.hpp"
#include "mrc/modules/sample_modules.hpp"
#include "mrc/modules/segment_modules.hpp"
// #include "mrc/modules/segment_modules.hpp"
#include "mrc/node/rx_sink.hpp"
#include "mrc/node/rx_source.hpp"
#include "mrc/options/options.hpp"
Expand All @@ -36,12 +36,12 @@

#include <cassert>
#include <iostream>
#include <map>
// #include <map>
#include <memory>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
// #include <vector>

namespace mrc {

Expand Down

0 comments on commit 78606be

Please sign in to comment.