Streams are highly discouraged according to Google style guidelines "readability/streams"
This commit is contained in:
parent
9352ae0807
commit
a165e414fd
1 changed files with 1 additions and 1 deletions
|
@ -17,9 +17,9 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
#include "common/Strings.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue