Streams are highly discouraged except for logging according to
Google style guidelines "readability/streams"
This commit is contained in:
parent
52faa7a36d
commit
ce24cabff9
2 changed files with 1 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
|||
#include <time.h>
|
||||
|
||||
#ifdef _WINDOWS
|
||||
#include <fstream>
|
||||
#include <fstream> // NOLINT(readability/streams)
|
||||
#endif
|
||||
#include <string>
|
||||
#include "common/Strings.h"
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
//
|
||||
//
|
||||
#include <Windows.h>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue