summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/Workbook.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/Spreadsheet/Workbook.cpp')
-rw-r--r--Userland/Applications/Spreadsheet/Workbook.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/Userland/Applications/Spreadsheet/Workbook.cpp b/Userland/Applications/Spreadsheet/Workbook.cpp
index 1960cde984..6df5f71cbb 100644
--- a/Userland/Applications/Spreadsheet/Workbook.cpp
+++ b/Userland/Applications/Spreadsheet/Workbook.cpp
@@ -9,18 +9,11 @@
#include "ImportDialog.h"
#include "JSIntegration.h"
#include "Readers/CSV.h"
-#include "Writers/CSV.h"
#include <AK/ByteBuffer.h>
-#include <AK/JsonArray.h>
-#include <AK/JsonObjectSerializer.h>
-#include <AK/Stream.h>
#include <LibCore/File.h>
-#include <LibCore/FileStream.h>
#include <LibCore/MimeData.h>
#include <LibGUI/TextBox.h>
-#include <LibJS/Parser.h>
#include <LibJS/Runtime/GlobalObject.h>
-#include <string.h>
namespace Spreadsheet {