Skip to content

Commit 2df0674

Browse files
committed
Merge branch 'remove-double-include' of https://git01.codeplex.com/forks/locutusofborg/casablanca2 into misc_cmake_pull_requests
2 parents b3b6cc8 + 67286c1 commit 2df0674

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

Release/include/cpprest/details/basic_types.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include <iostream>
3131
#include <sstream>
3232
#include "cpprest/details/cpprest_compat.h"
33-
#include "cpprest/details/basic_types.h"
3433

3534
#ifndef _WIN32
3635
# define __STDC_LIMIT_MACROS

Release/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include_directories(../include pch ${Boost_INCLUDE_DIR} ${OPENSSL_INCLUDE_DIR})
1+
include_directories(pch ${OPENSSL_INCLUDE_DIR})
22

33
set(SOURCES_COMMON
44
http/client/http_client_msg.cpp

Release/tests/common/TestRunner/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
include_directories(${Casablanca_INCLUDE_DIR}
2-
../UnitTestpp
3-
${Boost_INCLUDE_DIR}
4-
)
1+
include_directories(${Casablanca_INCLUDE_DIRS})
52

63
set(TR_SOURCES
74
test_runner.cpp

0 commit comments

Comments
 (0)