mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
Everywhere: Add missing <AK/ByteBuffer.h> includes
All of these files were getting ByteBuffer.h from someone else and then using it. Let's include it explicitly.
This commit is contained in:
parent
9ffdb71111
commit
adabcf24ec
31 changed files with 31 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
#include "Spreadsheet.h"
|
||||
#include "JSIntegration.h"
|
||||
#include "Workbook.h"
|
||||
#include <AK/ByteBuffer.h>
|
||||
#include <AK/GenericLexer.h>
|
||||
#include <AK/JsonArray.h>
|
||||
#include <AK/JsonObject.h>
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include "Workbook.h"
|
||||
#include "JSIntegration.h"
|
||||
#include <AK/ByteBuffer.h>
|
||||
#include <AK/JsonArray.h>
|
||||
#include <AK/JsonObject.h>
|
||||
#include <AK/JsonObjectSerializer.h>
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include "MemoryStatsWidget.h"
|
||||
#include "GraphWidget.h"
|
||||
#include <AK/ByteBuffer.h>
|
||||
#include <AK/JsonObject.h>
|
||||
#include <LibCore/File.h>
|
||||
#include <LibGUI/BoxLayout.h>
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "BackgroundWidget.h"
|
||||
#include "TextWidget.h"
|
||||
#include "UnuncheckableButton.h"
|
||||
#include <AK/ByteBuffer.h>
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue