Skip to content

Commit

Permalink
ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-conway committed Nov 22, 2024
1 parent 3247017 commit ea0049b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/bmalloc/bmalloc/GigacageConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include "Algorithm.h"
#include "GigacageKind.h"
#include "<wtf/BunStdExtras.h>"
#include "../../WTF/wtf/BunStdExtras.h"
#include <bit>
#include <inttypes.h>

Expand Down
2 changes: 1 addition & 1 deletion Source/bmalloc/bmalloc/IsoHeapImplInlines.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "IsoTLSDeallocatorEntry.h"
#include "IsoSharedHeapInlines.h"
#include "IsoSharedPageInlines.h"
#include "<wtf/BunStdExtras.h>"
#include "../../WTF/wtf/BunStdExtras.h"

#if !BUSE(LIBPAS)

Expand Down
2 changes: 1 addition & 1 deletion Source/bmalloc/bmalloc/IsoPageInlines.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "IsoHeapImpl.h"
#include "IsoPage.h"
#include "VMAllocate.h"
#include "<wtf/BunStdExtras.h>"
#include "../../WTF/wtf/BunStdExtras.h"
#include <bit>

#if !BUSE(LIBPAS)
Expand Down
2 changes: 1 addition & 1 deletion Source/bmalloc/bmalloc/Packed.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#pragma once

#include "Algorithm.h"
#include "<wtf/BunStdExtras.h>"
#include "../../WTF/wtf/BunStdExtras.h"
#include <array>
#include <bit>

Expand Down

0 comments on commit ea0049b

Please sign in to comment.