comparison UnitTestsSources/TestStrategy.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 2d8ab34c8c91
children
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 21
22 #include "gtest/gtest.h" 22 #include <gtest/gtest.h>
23 23
24 #include "../Framework/Loaders/BasicFetchingStrategy.h" 24 #include "../Framework/Loaders/BasicFetchingStrategy.h"
25 #include "../Framework/Loaders/BasicFetchingItemsSorter.h" 25 #include "../Framework/Loaders/BasicFetchingItemsSorter.h"
26 26
27 #include <Core/OrthancException.h> 27 #include <OrthancException.h>
28 28
29 29
30 namespace 30 namespace
31 { 31 {
32 class StrategyTester : public boost::noncopyable 32 class StrategyTester : public boost::noncopyable