Changed the included directories

- Removed the uneeded include of the `/usr/include/c++/11/` directory
This commit is contained in:
Jake Goodwin 2024-10-01 17:22:08 -07:00
parent 03e9cf49d6
commit aaa2a2d16a
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ if (UNIT_TESTING)
include_directories( include_directories(
${CPPUTEST_INCLUDE_DIRS} ${CPPUTEST_INCLUDE_DIRS}
/usr/include/c++/11/
./inc ./inc
./mocks ./mocks
) )