Streams are highly discouraged according to Google style guidelines "readability/streams"

This commit is contained in:
Micke Prag 2012-06-18 16:10:39 +02:00
parent 9352ae0807
commit a165e414fd

View file

@ -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"