Remove unnecessary fmt/ prefix (#397)

This commit is contained in:
Victor Zverovich
2018-01-20 10:28:10 -08:00
parent 9649919d01
commit f853d94a15
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#include <algorithm> // std::fill_n
#include <limits> // std::numeric_limits
#include "fmt/ostream.h"
#include "ostream.h"
namespace fmt {
namespace internal {