lzx404243 opened a new pull request, #10671:
URL: https://github.com/apache/trafficserver/pull/10671
This PR does the following
* updates the common include path used by all modules.
* The #include lines in code are updated to the relative path to the updated
include paths
* Most `include_directories` are cleaned up in cmake files.
The common include path are the following:
```
# Common includes for everyone
include_directories(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/src
${CMAKE_BINARY_DIR}/include)
```
Also, since we are here,
* moved the private header (`P_xxx`) and test headers from
`include/records` back to the `src/records`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]