| commit | f853d94a1533818fd887e0e24bc1ae60d750b52e | [log] [tgz] |
|---|---|---|
| author | Victor Zverovich <victor.zverovich@gmail.com> | Sat Jan 20 10:28:10 2018 -0800 |
| committer | Victor Zverovich <victor.zverovich@gmail.com> | Sat Jan 20 10:28:10 2018 -0800 |
| tree | 2d6181ded0c651acc9434f3fb43c0c2c63126750 | |
| parent | 9649919d0140fe8294b84f226d075430ffedb2a5 [diff] [blame] |
Remove unnecessary fmt/ prefix (#397)
diff --git a/include/fmt/printf.h b/include/fmt/printf.h index c1a06b3..11d3aee 100644 --- a/include/fmt/printf.h +++ b/include/fmt/printf.h
@@ -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 {