Move source files to the src directory

This commit is contained in:
Victor Zverovich
2018-03-21 07:50:59 -07:00
parent 7971ed3db3
commit 3da71d51e0
8 changed files with 19 additions and 52 deletions

View File

@@ -10,7 +10,7 @@
#include "test-assert.h"
// Include format.cc instead of format.h to test implementation.
#include "fmt/format.cc"
#include "../src/format.cc"
#include "fmt/printf.h"
#include <algorithm>