malloc: Remove unused Bitmap.h include

This commit is contained in:
Nico Weber 2020-08-16 21:18:09 -04:00 committed by Andreas Kling
commit 2030a49a1e
Notes: sideshowbarker 2024-07-19 03:31:34 +09:00

View file

@ -24,7 +24,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <AK/Bitmap.h>
#include <AK/InlineLinkedList.h>
#include <AK/ScopedValueRollback.h>
#include <AK/Vector.h>