@@ -1,6 +0,0 @@
-#include <AK/JsonArray.h>
-#include <AK/StringBuilder.h>
-
-namespace AK {
-}
-#include <AK/JsonObject.h>
@@ -8,8 +8,6 @@ SHARED_TEST_OBJS = \
../StringBuilder.o \
../StringView.o \
../LogStream.o \
- ../JsonArray.o \
- ../JsonObject.o \
../JsonValue.o \
../JsonParser.o \
../FileSystemPath.o \
@@ -6,9 +6,7 @@ OBJS = \
../../AK/StringImpl.o \
../../AK/StringBuilder.o \
../../AK/StringView.o \
- ../../AK/JsonObject.o \
../../AK/JsonValue.o \
- ../../AK/JsonArray.o \
../../AK/JsonParser.o \
../../AK/LogStream.o \
../../Libraries/LibCore/CIODevice.o \
@@ -96,9 +96,7 @@ AK_OBJS = \
../AK/StringBuilder.o \
../AK/StringView.o \
../AK/FileSystemPath.o \
- ../AK/JsonObject.o \
../AK/JsonValue.o \
- ../AK/JsonArray.o \
../AK/JsonParser.o \
../AK/LogStream.o \
../AK/ELF/ELFImage.o \
@@ -8,8 +8,6 @@ AK_OBJS = \
../../AK/FileSystemPath.o \
../../AK/URL.o \
../../AK/MappedFile.o \
@@ -11,8 +11,6 @@ EXTRA_OBJS = \
../LibCore/CEventLoop.o \
../LibCore/CObject.o \
../LibCore/CEvent.o \