1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:47:34 +00:00

Calculator: Remove unused headers

This commit is contained in:
Max Wipfli 2021-05-23 21:30:55 +02:00 committed by Linus Groh
parent bb38328d39
commit 6837634f31
2 changed files with 0 additions and 3 deletions

View file

@ -7,13 +7,11 @@
*/
#include "CalculatorWidget.h"
#include <AK/Assertions.h>
#include <Applications/Calculator/CalculatorGML.h>
#include <LibGUI/Button.h>
#include <LibGUI/Label.h>
#include <LibGUI/TextBox.h>
#include <LibGfx/Font.h>
#include <LibGfx/FontDatabase.h>
#include <LibGfx/Palette.h>
CalculatorWidget::CalculatorWidget()

View file

@ -7,7 +7,6 @@
#include "Keypad.h"
#include <AK/StringBuilder.h>
#include <math.h>
Keypad::Keypad()
{