summaryrefslogtreecommitdiff
path: root/Applications/Spreadsheet/Workbook.h
diff options
context:
space:
mode:
Diffstat (limited to 'Applications/Spreadsheet/Workbook.h')
-rw-r--r--Applications/Spreadsheet/Workbook.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Applications/Spreadsheet/Workbook.h b/Applications/Spreadsheet/Workbook.h
index 54295fbe67..7c31db1f31 100644
--- a/Applications/Spreadsheet/Workbook.h
+++ b/Applications/Spreadsheet/Workbook.h
@@ -26,14 +26,13 @@
#pragma once
+#include "Forward.h"
#include "Spreadsheet.h"
#include <AK/NonnullOwnPtrVector.h>
#include <AK/Result.h>
namespace Spreadsheet {
-class WorkbookObject;
-
class Workbook {
public:
Workbook(NonnullRefPtrVector<Sheet>&& sheets);