Commit f853d94a authored by Victor Zverovich's avatar Victor Zverovich

Remove unnecessary fmt/ prefix (#397)

parent 9649919d
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
// //
// For the license information refer to format.h. // For the license information refer to format.h.
#include "fmt/format.h" #include "format.h"
#include "fmt/locale.h" #include "locale.h"
#include <string.h> #include <string.h>
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include <stdexcept> #include <stdexcept>
#include <stdint.h> #include <stdint.h>
#include "fmt/core.h" #include "core.h"
#ifdef _SECURE_SCL #ifdef _SECURE_SCL
# define FMT_SECURE_SCL _SECURE_SCL # define FMT_SECURE_SCL _SECURE_SCL
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
// //
// For the license information refer to format.h. // For the license information refer to format.h.
#include "fmt/format.h" #include "format.h"
#include <locale> #include <locale>
namespace fmt { namespace fmt {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#ifndef FMT_OSTREAM_H_ #ifndef FMT_OSTREAM_H_
#define FMT_OSTREAM_H_ #define FMT_OSTREAM_H_
#include "fmt/format.h" #include "format.h"
#include <ostream> #include <ostream>
namespace fmt { namespace fmt {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
# define _CRT_SECURE_NO_WARNINGS # define _CRT_SECURE_NO_WARNINGS
#endif #endif
#include "fmt/posix.h" #include "posix.h"
#include <limits.h> #include <limits.h>
#include <sys/types.h> #include <sys/types.h>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
# include <xlocale.h> // for LC_NUMERIC_MASK on OS X # include <xlocale.h> // for LC_NUMERIC_MASK on OS X
#endif #endif
#include "fmt/format.h" #include "format.h"
#ifndef FMT_POSIX #ifndef FMT_POSIX
# if defined(_WIN32) && !defined(__MINGW32__) # if defined(_WIN32) && !defined(__MINGW32__)
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include <algorithm> // std::fill_n #include <algorithm> // std::fill_n
#include <limits> // std::numeric_limits #include <limits> // std::numeric_limits
#include "fmt/ostream.h" #include "ostream.h"
namespace fmt { namespace fmt {
namespace internal { namespace internal {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#ifndef FMT_TIME_H_ #ifndef FMT_TIME_H_
#define FMT_TIME_H_ #define FMT_TIME_H_
#include "fmt/format.h" #include "format.h"
#include <ctime> #include <ctime>
namespace fmt { namespace fmt {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment