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:
parent
bb38328d39
commit
6837634f31
2 changed files with 0 additions and 3 deletions
|
@ -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()
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
#include "Keypad.h"
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <math.h>
|
||||
|
||||
Keypad::Keypad()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue