mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 01:22:12 +02:00
LibCore: Remove leading C from filenames
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
#include <AK/JsonArray.h>
|
||||
#include <AK/JsonObject.h>
|
||||
#include <AK/JsonValue.h>
|
||||
#include <LibCore/CHttpRequest.h>
|
||||
#include <LibCore/CNetworkJob.h>
|
||||
#include <LibCore/CNetworkResponse.h>
|
||||
#include <LibCore/HttpRequest.h>
|
||||
#include <LibCore/NetworkJob.h>
|
||||
#include <LibCore/NetworkResponse.h>
|
||||
#include <stdio.h>
|
||||
|
||||
BoardListModel::BoardListModel()
|
||||
|
||||
Reference in New Issue
Block a user