Mercurial > hg > orthanc
diff UnitTestsSources/MemoryCacheTests.cpp @ 1486:f967bdf8534e
refactoring to Logging.h
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 04 Aug 2015 10:01:31 +0200 |
parents | fe6e5a9f1ea2 |
children | 9f66a12eb8fc |
line wrap: on
line diff
--- a/UnitTestsSources/MemoryCacheTests.cpp Tue Aug 04 09:35:09 2015 +0200 +++ b/UnitTestsSources/MemoryCacheTests.cpp Tue Aug 04 10:01:31 2015 +0200 @@ -33,13 +33,14 @@ #include "PrecompiledHeadersUnitTests.h" #include "gtest/gtest.h" -#include <glog/logging.h> #include <memory> #include <boost/thread.hpp> #include <boost/lexical_cast.hpp> -#include "../Core/IDynamicObject.h" + #include "../Core/Cache/MemoryCache.h" #include "../Core/Cache/SharedArchive.h" +#include "../Core/IDynamicObject.h" +#include "../Core/Logging.h" TEST(LRU, Basic)