Skip to content

Commit 3973a70

Browse files
committed
Patch linter fixes
check-missing-bsl-header-includes refactoring Signed-off-by: Taylor Foxhall <[email protected]>
1 parent 980295a commit 3973a70

File tree

407 files changed

+874
-202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

407 files changed

+874
-202
lines changed

src/applications/bmqbrkr/bmqbrkr.m.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
#include <bsl_cstdlib.h>
5454
#include <bsl_cstring.h>
5555
#include <bsl_exception.h>
56+
#include <bsl_fstream.h>
5657
#include <bsl_functional.h>
5758
#include <bsl_iostream.h>
5859
#include <bsl_list.h>

src/applications/bmqbrkr/m_bmqbrkr_task.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575
#include <balst_stacktracetestallocator.h>
7676
#include <bdlmt_eventscheduler.h>
7777
#include <bsl_functional.h>
78+
#include <bsl_istream.h>
79+
#include <bsl_ostream.h>
7880
#include <bsl_string.h>
7981
#include <bslma_allocator.h>
8082
#include <bsls_assert.h>

src/applications/bmqstoragetool/bmqstoragetool.m.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
// BDE
2626
#include <balcl_commandline.h>
2727
#include <bdls_filesystemutil.h>
28+
#include <bsl_exception.h>
2829
#include <bsl_iostream.h>
2930
#include <bslma_managedptr.h>
3031

src/applications/bmqstoragetool/m_bmqstoragetool_commandprocessorfactory.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
#include <m_bmqstoragetool_journalfileprocessor.h>
2020
#include <m_bmqstoragetool_searchresultfactory.h>
2121

22+
#include <bsl_memory.h>
23+
#include <bsl_ostream.h>
24+
2225
namespace BloombergLP {
2326
namespace m_bmqstoragetool {
2427

src/applications/bmqstoragetool/m_bmqstoragetool_commandprocessorfactory.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include <m_bmqstoragetool_parameters.h>
3030

3131
// BDE
32+
#include <bsl_ostream.h>
3233
#include <bslma_managedptr.h>
3334

3435
namespace BloombergLP {

src/applications/bmqstoragetool/m_bmqstoragetool_commandprocessorfactory.t.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
// TEST DRIVER
2424
#include <bmqtst_testhelper.h>
2525

26+
#include <bsl_iostream.h>
27+
#include <bsl_ostream.h>
28+
2629
// CONVENIENCE
2730
using namespace BloombergLP;
2831
using namespace m_bmqstoragetool;

src/applications/bmqstoragetool/m_bmqstoragetool_compositesequencenumber.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// BDE
2020
#include <bdlb_print.h>
2121
#include <bsl_stdexcept.h>
22+
#include <bsl_utility.h>
2223

2324
namespace BloombergLP {
2425
namespace m_bmqstoragetool {

src/applications/bmqstoragetool/m_bmqstoragetool_compositesequencenumber.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
// BDE
3434
#include <bsl_ostream.h>
3535
#include <bsl_string.h>
36+
#include <bsl_utility.h>
3637
#include <bsls_types.h>
3738

3839
namespace BloombergLP {

src/applications/bmqstoragetool/m_bmqstoragetool_cslfileprocessor.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
// limitations under the License.
1515

1616
// bmqstoragetool
17+
#include <bsl_memory.h>
18+
#include <bsl_ostream.h>
1719
#include <m_bmqstoragetool_compositesequencenumber.h>
1820
#include <m_bmqstoragetool_cslfileprocessor.h>
1921
#include <m_bmqstoragetool_filters.h>

src/applications/bmqstoragetool/m_bmqstoragetool_cslfileprocessor.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
#include <m_bmqstoragetool_cslsearchresult.h>
3030

3131
// BDE
32+
#include <bsl_memory.h>
33+
#include <bsl_ostream.h>
3234
#include <bsls_keyword.h>
3335

3436
namespace BloombergLP {

0 commit comments

Comments
 (0)