Skip to content

Commit b565610

Browse files
committed
Fixes absl include (removes third_party/ prefix).
1 parent 2204062 commit b565610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sweeper.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
#include <vector>
2323

2424
#include "absl/container/btree_set.h"
25-
#include "third_party/absl/container/flat_hash_set.h"
25+
#include "absl/container/flat_hash_set.h"
2626
#include "minimalloc.h"
2727

2828
namespace minimalloc {

0 commit comments

Comments
 (0)