renamed printf_formatter.h to print.h
This commit is contained in:
parent
0cf85df251
commit
534e26873f
@ -25,7 +25,7 @@
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "fmt/printf_formatter.h"
|
||||
#include "fmt/printf.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#include "fmt/format.h"
|
||||
#include "fmt/printf_formatter.h"
|
||||
#include "fmt/printf.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
// Include format.cc instead of format.h to test implementation-specific stuff.
|
||||
#include "fmt/format.cc"
|
||||
#include "fmt/printf_formatter.h"
|
||||
#include "fmt/printf.h"
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user