1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:18:11 +00:00

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
parent de4a9c61d7
commit 2030a49a1e

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>