diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-26 19:45:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-26 19:45:37 +0100 |
| commit | e7e9347cdd1f43e0dd3d1ca35632e9493a010fc6 (patch) | |
| tree | 4ec010d7ccb168cdaae3da236600469862dfdf2c /test/file_log_test.cc | |
| parent | dd8a7d1bbb8f2afb1b98d2be856ff0a9920e180d (diff) | |
Split log.{cc,h}.
Diffstat (limited to 'test/file_log_test.cc')
| -rw-r--r-- | test/file_log_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/file_log_test.cc b/test/file_log_test.cc index a587b87ef..29205e400 100644 --- a/test/file_log_test.cc +++ b/test/file_log_test.cc @@ -17,8 +17,8 @@ */ +#include "lib/file_log.h" #include <boost/test/unit_test.hpp> -#include "lib/log.h" using std::cout; |
