Skip to content

Commit

Permalink
removed add_subdirectory(exe)
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Jun 3, 2024
1 parent ead582a commit b631cb7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ endif()
add_subdirectory(src)
add_subdirectory(examples)
add_subdirectory(experiments)
add_subdirectory(exe)

if (BUILD_TESTS)
add_subdirectory(tests)
Expand Down
2 changes: 0 additions & 2 deletions include/dlplan/utils/dynamic_bitset.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#include "hash.h"

#include <boost/serialization/vector.hpp>

#include <cassert>
#include <limits>
#include <vector>
Expand Down

0 comments on commit b631cb7

Please sign in to comment.