1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 10:45:08 +00:00

LibCore: Remove leading C from filenames

This commit is contained in:
Andreas Kling 2020-02-06 15:04:03 +01:00
parent 7415e6ef9f
commit d17e23bd27
214 changed files with 361 additions and 361 deletions

View file

@ -26,7 +26,7 @@
#include "History.h" #include "History.h"
#include "InspectorWidget.h" #include "InspectorWidget.h"
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <LibGUI/GAboutDialog.h> #include <LibGUI/GAboutDialog.h>
#include <LibGUI/GAction.h> #include <LibGUI/GAction.h>
#include <LibGUI/GApplication.h> #include <LibGUI/GApplication.h>

View file

@ -28,9 +28,9 @@
#include <AK/JsonArray.h> #include <AK/JsonArray.h>
#include <AK/JsonObject.h> #include <AK/JsonObject.h>
#include <AK/JsonValue.h> #include <AK/JsonValue.h>
#include <LibCore/CHttpRequest.h> #include <LibCore/HttpRequest.h>
#include <LibCore/CNetworkJob.h> #include <LibCore/NetworkJob.h>
#include <LibCore/CNetworkResponse.h> #include <LibCore/NetworkResponse.h>
#include <stdio.h> #include <stdio.h>
BoardListModel::BoardListModel() BoardListModel::BoardListModel()

View file

@ -27,7 +27,7 @@
#pragma once #pragma once
#include <AK/JsonArray.h> #include <AK/JsonArray.h>
#include <LibCore/CHttpJob.h> #include <LibCore/HttpJob.h>
#include <LibGUI/GModel.h> #include <LibGUI/GModel.h>
class BoardListModel final : public GUI::Model { class BoardListModel final : public GUI::Model {

View file

@ -28,9 +28,9 @@
#include <AK/JsonArray.h> #include <AK/JsonArray.h>
#include <AK/JsonObject.h> #include <AK/JsonObject.h>
#include <AK/JsonValue.h> #include <AK/JsonValue.h>
#include <LibCore/CHttpRequest.h> #include <LibCore/HttpRequest.h>
#include <LibCore/CNetworkJob.h> #include <LibCore/NetworkJob.h>
#include <LibCore/CNetworkResponse.h> #include <LibCore/NetworkResponse.h>
#include <stdio.h> #include <stdio.h>
ThreadCatalogModel::ThreadCatalogModel() ThreadCatalogModel::ThreadCatalogModel()

View file

@ -27,7 +27,7 @@
#pragma once #pragma once
#include <AK/JsonArray.h> #include <AK/JsonArray.h>
#include <LibCore/CHttpJob.h> #include <LibCore/HttpJob.h>
#include <LibGUI/GModel.h> #include <LibGUI/GModel.h>
class ThreadCatalogModel final : public GUI::Model { class ThreadCatalogModel final : public GUI::Model {

View file

@ -27,7 +27,7 @@
#include "DisplayProperties.h" #include "DisplayProperties.h"
#include "ItemListModel.h" #include "ItemListModel.h"
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>
#include <LibCore/CDirIterator.h> #include <LibCore/DirIterator.h>
#include <LibGUI/GAction.h> #include <LibGUI/GAction.h>
#include <LibGUI/GApplication.h> #include <LibGUI/GApplication.h>
#include <LibGUI/GBoxLayout.h> #include <LibGUI/GBoxLayout.h>

View file

@ -29,7 +29,7 @@
#include <AK/RefPtr.h> #include <AK/RefPtr.h>
#include <AK/String.h> #include <AK/String.h>
#include <AK/Vector.h> #include <AK/Vector.h>
#include <LibCore/CConfigFile.h> #include <LibCore/ConfigFile.h>
#include <LibGfx/Color.h> #include <LibGfx/Color.h>
#include <LibGfx/Size.h> #include <LibGfx/Size.h>
#include <LibGUI/GWidget.h> #include <LibGUI/GWidget.h>

View file

@ -27,7 +27,7 @@
#include "FileUtils.h" #include "FileUtils.h"
#include <AK/FileSystemPath.h> #include <AK/FileSystemPath.h>
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>
#include <LibCore/CDirIterator.h> #include <LibCore/DirIterator.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <sys/stat.h> #include <sys/stat.h>

View file

@ -27,7 +27,7 @@
#pragma once #pragma once
#include <AK/FileSystemPath.h> #include <AK/FileSystemPath.h>
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <LibGUI/GButton.h> #include <LibGUI/GButton.h>
#include <LibGUI/GDialog.h> #include <LibGUI/GDialog.h>
#include <LibGUI/GFileSystemModel.h> #include <LibGUI/GFileSystemModel.h>

View file

@ -29,8 +29,8 @@
#include "PropertiesDialog.h" #include "PropertiesDialog.h"
#include <AK/FileSystemPath.h> #include <AK/FileSystemPath.h>
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>
#include <LibCore/CConfigFile.h> #include <LibCore/ConfigFile.h>
#include <LibCore/CUserInfo.h> #include <LibCore/UserInfo.h>
#include <LibGUI/GAboutDialog.h> #include <LibGUI/GAboutDialog.h>
#include <LibGUI/GAction.h> #include <LibGUI/GAction.h>
#include <LibGUI/GActionGroup.h> #include <LibGUI/GActionGroup.h>

View file

@ -28,7 +28,7 @@
#include "ManualPageNode.h" #include "ManualPageNode.h"
#include <AK/FileSystemPath.h> #include <AK/FileSystemPath.h>
#include <AK/String.h> #include <AK/String.h>
#include <LibCore/CDirIterator.h> #include <LibCore/DirIterator.h>
String ManualSectionNode::path() const String ManualSectionNode::path() const
{ {

View file

@ -26,7 +26,7 @@
#include "History.h" #include "History.h"
#include "ManualModel.h" #include "ManualModel.h"
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <LibGUI/GAboutDialog.h> #include <LibGUI/GAboutDialog.h>
#include <LibGUI/GAction.h> #include <LibGUI/GAction.h>
#include <LibGUI/GApplication.h> #include <LibGUI/GApplication.h>

View file

@ -27,7 +27,7 @@
#include "HexEditorWidget.h" #include "HexEditorWidget.h"
#include <AK/Optional.h> #include <AK/Optional.h>
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <LibGUI/GAboutDialog.h> #include <LibGUI/GAboutDialog.h>
#include <LibGUI/GAction.h> #include <LibGUI/GAction.h>
#include <LibGUI/GBoxLayout.h> #include <LibGUI/GBoxLayout.h>

View file

@ -33,7 +33,7 @@
#include "IRCWindowListModel.h" #include "IRCWindowListModel.h"
#include <AK/QuickSort.h> #include <AK/QuickSort.h>
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>
#include <LibCore/CNotifier.h> #include <LibCore/Notifier.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <stdio.h> #include <stdio.h>

View file

@ -32,8 +32,8 @@
#include <AK/Function.h> #include <AK/Function.h>
#include <AK/HashMap.h> #include <AK/HashMap.h>
#include <AK/String.h> #include <AK/String.h>
#include <LibCore/CConfigFile.h> #include <LibCore/ConfigFile.h>
#include <LibCore/CTCPSocket.h> #include <LibCore/TCPSocket.h>
class IRCChannel; class IRCChannel;
class IRCQuery; class IRCQuery;

View file

@ -27,7 +27,7 @@
#pragma once #pragma once
#include "Tool.h" #include "Tool.h"
#include <LibCore/CTimer.h> #include <LibCore/Timer.h>
#include <LibGUI/GActionGroup.h> #include <LibGUI/GActionGroup.h>
#include <LibGUI/GPainter.h> #include <LibGUI/GPainter.h>

View file

@ -28,7 +28,7 @@
#include "AudioEngine.h" #include "AudioEngine.h"
#include "MainWidget.h" #include "MainWidget.h"
#include <LibAudio/AClientConnection.h> #include <LibAudio/AClientConnection.h>
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <LibGUI/GAboutDialog.h> #include <LibGUI/GAboutDialog.h>
#include <LibGUI/GAction.h> #include <LibGUI/GAction.h>
#include <LibGUI/GApplication.h> #include <LibGUI/GApplication.h>

View file

@ -29,7 +29,7 @@
#include <AK/Vector.h> #include <AK/Vector.h>
#include <LibAudio/AClientConnection.h> #include <LibAudio/AClientConnection.h>
#include <LibAudio/AWavLoader.h> #include <LibAudio/AWavLoader.h>
#include <LibCore/CTimer.h> #include <LibCore/Timer.h>
#define PLAYBACK_MANAGER_BUFFER_SIZE 64 * KB #define PLAYBACK_MANAGER_BUFFER_SIZE 64 * KB
#define PLAYBACK_MANAGER_RATE 44100 #define PLAYBACK_MANAGER_RATE 44100

View file

@ -28,8 +28,8 @@
#include <AK/JsonArray.h> #include <AK/JsonArray.h>
#include <AK/JsonObject.h> #include <AK/JsonObject.h>
#include <AK/JsonValue.h> #include <AK/JsonValue.h>
#include <LibCore/CDirIterator.h> #include <LibCore/DirIterator.h>
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <sys/stat.h> #include <sys/stat.h>
NonnullRefPtr<DevicesModel> DevicesModel::create() NonnullRefPtr<DevicesModel> DevicesModel::create()

View file

@ -27,7 +27,7 @@
#include "MemoryStatsWidget.h" #include "MemoryStatsWidget.h"
#include "GraphWidget.h" #include "GraphWidget.h"
#include <AK/JsonObject.h> #include <AK/JsonObject.h>
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <LibGfx/StylePainter.h> #include <LibGfx/StylePainter.h>
#include <LibGUI/GBoxLayout.h> #include <LibGUI/GBoxLayout.h>
#include <LibGUI/GLabel.h> #include <LibGUI/GLabel.h>

View file

@ -26,7 +26,7 @@
#pragma once #pragma once
#include <LibCore/CTimer.h> #include <LibCore/Timer.h>
#include <LibGUI/GLazyWidget.h> #include <LibGUI/GLazyWidget.h>
namespace GUI { namespace GUI {

View file

@ -25,7 +25,7 @@
*/ */
#include "ProcessMemoryMapWidget.h" #include "ProcessMemoryMapWidget.h"
#include <LibCore/CTimer.h> #include <LibCore/Timer.h>
#include <LibGUI/GBoxLayout.h> #include <LibGUI/GBoxLayout.h>
#include <LibGUI/GJsonArrayModel.h> #include <LibGUI/GJsonArrayModel.h>
#include <LibGUI/GSortingProxyModel.h> #include <LibGUI/GSortingProxyModel.h>

View file

@ -30,7 +30,7 @@
#include <AK/JsonObject.h> #include <AK/JsonObject.h>
#include <AK/JsonValue.h> #include <AK/JsonValue.h>
#include <AK/SharedBuffer.h> #include <AK/SharedBuffer.h>
#include <LibCore/CProcessStatisticsReader.h> #include <LibCore/ProcessStatisticsReader.h>
#include <fcntl.h> #include <fcntl.h>
#include <stdio.h> #include <stdio.h>

View file

@ -25,8 +25,8 @@
*/ */
#include "ProcessStacksWidget.h" #include "ProcessStacksWidget.h"
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <LibCore/CTimer.h> #include <LibCore/Timer.h>
#include <LibGUI/GBoxLayout.h> #include <LibGUI/GBoxLayout.h>
ProcessStacksWidget::ProcessStacksWidget(GUI::Widget* parent) ProcessStacksWidget::ProcessStacksWidget(GUI::Widget* parent)

View file

@ -34,7 +34,7 @@
#include "ProcessStacksWidget.h" #include "ProcessStacksWidget.h"
#include "ProcessTableView.h" #include "ProcessTableView.h"
#include "ProcessUnveiledPathsWidget.h" #include "ProcessUnveiledPathsWidget.h"
#include <LibCore/CTimer.h> #include <LibCore/Timer.h>
#include <LibGUI/GAboutDialog.h> #include <LibGUI/GAboutDialog.h>
#include <LibGUI/GAction.h> #include <LibGUI/GAction.h>
#include <LibGUI/GActionGroup.h> #include <LibGUI/GActionGroup.h>

View file

@ -27,7 +27,7 @@
#include "TaskbarWindow.h" #include "TaskbarWindow.h"
#include "TaskbarButton.h" #include "TaskbarButton.h"
#include <AK/SharedBuffer.h> #include <AK/SharedBuffer.h>
#include <LibCore/CConfigFile.h> #include <LibCore/ConfigFile.h>
#include <LibGUI/GBoxLayout.h> #include <LibGUI/GBoxLayout.h>
#include <LibGUI/GButton.h> #include <LibGUI/GButton.h>
#include <LibGUI/GDesktop.h> #include <LibGUI/GDesktop.h>

View file

@ -25,8 +25,8 @@
*/ */
#include <Kernel/KeyCode.h> #include <Kernel/KeyCode.h>
#include <LibCore/CArgsParser.h> #include <LibCore/ArgsParser.h>
#include <LibCore/CUserInfo.h> #include <LibCore/UserInfo.h>
#include <LibGUI/GAboutDialog.h> #include <LibGUI/GAboutDialog.h>
#include <LibGUI/GAction.h> #include <LibGUI/GAction.h>
#include <LibGUI/GActionGroup.h> #include <LibGUI/GActionGroup.h>

View file

@ -28,7 +28,7 @@
#include <AK/Optional.h> #include <AK/Optional.h>
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>
#include <AK/URL.h> #include <AK/URL.h>
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <LibGUI/GAboutDialog.h> #include <LibGUI/GAboutDialog.h>
#include <LibGUI/GAction.h> #include <LibGUI/GAction.h>
#include <LibGUI/GBoxLayout.h> #include <LibGUI/GBoxLayout.h>

View file

@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <LibCore/CTimer.h> #include <LibCore/Timer.h>
#include <LibGUI/GApplication.h> #include <LibGUI/GApplication.h>
#include <LibGUI/GBoxLayout.h> #include <LibGUI/GBoxLayout.h>
#include <LibGUI/GButton.h> #include <LibGUI/GButton.h>

View file

@ -11,14 +11,14 @@ OBJS = \
../../AK/JsonValue.o \ ../../AK/JsonValue.o \
../../AK/JsonParser.o \ ../../AK/JsonParser.o \
../../AK/LogStream.o \ ../../AK/LogStream.o \
../../Libraries/LibCore/CIODevice.o \ ../../Libraries/LibCore/IODevice.o \
../../Libraries/LibCore/CFile.o \ ../../Libraries/LibCore/File.o \
../../Libraries/LibCore/CObject.o \ ../../Libraries/LibCore/Object.o \
../../Libraries/LibCore/CEvent.o \ ../../Libraries/LibCore/Event.o \
../../Libraries/LibCore/CSocket.o \ ../../Libraries/LibCore/Socket.o \
../../Libraries/LibCore/CLocalSocket.o \ ../../Libraries/LibCore/LocalSocket.o \
../../Libraries/LibCore/CLocalServer.o \ ../../Libraries/LibCore/LocalServer.o \
../../Libraries/LibCore/CNotifier.o \ ../../Libraries/LibCore/Notifier.o \
../../Libraries/LibCore/CEventLoop.o ../../Libraries/LibCore/EventLoop.o
include ../../Makefile.common include ../../Makefile.common

View file

@ -29,7 +29,7 @@
#include <AK/JsonValue.h> #include <AK/JsonValue.h>
#include <AK/LogStream.h> #include <AK/LogStream.h>
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <stdio.h> #include <stdio.h>
int main(int argc, char** argv) int main(int argc, char** argv)

View file

@ -28,8 +28,8 @@
#include "CppLexer.h" #include "CppLexer.h"
#include "EditorWrapper.h" #include "EditorWrapper.h"
#include <AK/FileSystemPath.h> #include <AK/FileSystemPath.h>
#include <LibCore/CDirIterator.h> #include <LibCore/DirIterator.h>
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <LibGUI/GApplication.h> #include <LibGUI/GApplication.h>
#include <LibGUI/GPainter.h> #include <LibGUI/GPainter.h>
#include <LibGUI/GScrollBar.h> #include <LibGUI/GScrollBar.h>

View file

@ -25,8 +25,8 @@
*/ */
#include "ProcessStateWidget.h" #include "ProcessStateWidget.h"
#include <LibCore/CProcessStatisticsReader.h> #include <LibCore/ProcessStatisticsReader.h>
#include <LibCore/CTimer.h> #include <LibCore/Timer.h>
#include <LibGUI/GBoxLayout.h> #include <LibGUI/GBoxLayout.h>
#include <LibGUI/GLabel.h> #include <LibGUI/GLabel.h>
#include <unistd.h> #include <unistd.h>

View file

@ -28,7 +28,7 @@
#include <AK/FileSystemPath.h> #include <AK/FileSystemPath.h>
#include <AK/QuickSort.h> #include <AK/QuickSort.h>
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <sys/stat.h> #include <sys/stat.h>

View file

@ -25,7 +25,7 @@
*/ */
#include "ProjectFile.h" #include "ProjectFile.h"
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <string.h> #include <string.h>
const GUI::TextDocument& ProjectFile::document() const const GUI::TextDocument& ProjectFile::document() const

View file

@ -27,7 +27,7 @@
#include "TerminalWrapper.h" #include "TerminalWrapper.h"
#include "ProcessStateWidget.h" #include "ProcessStateWidget.h"
#include <AK/String.h> #include <AK/String.h>
#include <LibCore/CConfigFile.h> #include <LibCore/ConfigFile.h>
#include <LibGUI/GBoxLayout.h> #include <LibGUI/GBoxLayout.h>
#include <LibGUI/GMessageBox.h> #include <LibGUI/GMessageBox.h>
#include <LibVT/TerminalWidget.h> #include <LibVT/TerminalWidget.h>

View file

@ -37,7 +37,7 @@
#include "WidgetTool.h" #include "WidgetTool.h"
#include "WidgetTreeModel.h" #include "WidgetTreeModel.h"
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <LibGUI/GAboutDialog.h> #include <LibGUI/GAboutDialog.h>
#include <LibGUI/GAction.h> #include <LibGUI/GAction.h>
#include <LibGUI/GActionGroup.h> #include <LibGUI/GActionGroup.h>

View file

@ -11,14 +11,14 @@ OBJS = \
../../AK/JsonValue.o \ ../../AK/JsonValue.o \
../../AK/JsonParser.o \ ../../AK/JsonParser.o \
../../AK/LogStream.o \ ../../AK/LogStream.o \
../../Libraries/LibCore/CIODevice.o \ ../../Libraries/LibCore/IODevice.o \
../../Libraries/LibCore/CFile.o \ ../../Libraries/LibCore/File.o \
../../Libraries/LibCore/CObject.o \ ../../Libraries/LibCore/Object.o \
../../Libraries/LibCore/CEvent.o \ ../../Libraries/LibCore/Event.o \
../../Libraries/LibCore/CSocket.o \ ../../Libraries/LibCore/Socket.o \
../../Libraries/LibCore/CLocalSocket.o \ ../../Libraries/LibCore/LocalSocket.o \
../../Libraries/LibCore/CNotifier.o \ ../../Libraries/LibCore/Notifier.o \
../../Libraries/LibCore/CLocalServer.o \ ../../Libraries/LibCore/LocalServer.o \
../../Libraries/LibCore/CEventLoop.o ../../Libraries/LibCore/EventLoop.o
include ../../Makefile.common include ../../Makefile.common

View file

@ -27,7 +27,7 @@
#include <AK/BufferStream.h> #include <AK/BufferStream.h>
#include <AK/HashMap.h> #include <AK/HashMap.h>
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <ctype.h> #include <ctype.h>
#include <stdio.h> #include <stdio.h>

View file

@ -29,7 +29,7 @@
#include <AK/JsonArray.h> #include <AK/JsonArray.h>
#include <AK/JsonObject.h> #include <AK/JsonObject.h>
#include <AK/NonnullOwnPtrVector.h> #include <AK/NonnullOwnPtrVector.h>
#include <LibCore/CLocalSocket.h> #include <LibCore/LocalSocket.h>
#include <LibGUI/GModel.h> #include <LibGUI/GModel.h>
class RemoteProcess; class RemoteProcess;

View file

@ -27,7 +27,7 @@
#pragma once #pragma once
#include <AK/NonnullOwnPtrVector.h> #include <AK/NonnullOwnPtrVector.h>
#include <LibCore/CLocalSocket.h> #include <LibCore/LocalSocket.h>
namespace AK { namespace AK {
class JsonObject; class JsonObject;

View file

@ -29,7 +29,7 @@
#include <AK/HashTable.h> #include <AK/HashTable.h>
#include <AK/MappedFile.h> #include <AK/MappedFile.h>
#include <AK/QuickSort.h> #include <AK/QuickSort.h>
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <LibELF/ELFLoader.h> #include <LibELF/ELFLoader.h>
#include <stdio.h> #include <stdio.h>

View file

@ -31,7 +31,7 @@
#include <AK/JsonArray.h> #include <AK/JsonArray.h>
#include <AK/JsonObject.h> #include <AK/JsonObject.h>
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <LibGUI/GAction.h> #include <LibGUI/GAction.h>
#include <LibGUI/GBoxLayout.h> #include <LibGUI/GBoxLayout.h>
#include <LibGUI/GMenu.h> #include <LibGUI/GMenu.h>

View file

@ -27,7 +27,7 @@
#include "Field.h" #include "Field.h"
#include <AK/HashTable.h> #include <AK/HashTable.h>
#include <AK/Queue.h> #include <AK/Queue.h>
#include <LibCore/CConfigFile.h> #include <LibCore/ConfigFile.h>
#include <LibGUI/GButton.h> #include <LibGUI/GButton.h>
#include <LibGUI/GLabel.h> #include <LibGUI/GLabel.h>
#include <LibGUI/GPainter.h> #include <LibGUI/GPainter.h>

View file

@ -27,7 +27,7 @@
#pragma once #pragma once
#include <AK/Noncopyable.h> #include <AK/Noncopyable.h>
#include <LibCore/CTimer.h> #include <LibCore/Timer.h>
#include <LibGUI/GFrame.h> #include <LibGUI/GFrame.h>
namespace GUI { namespace GUI {

View file

@ -25,7 +25,7 @@
*/ */
#include "Field.h" #include "Field.h"
#include <LibCore/CConfigFile.h> #include <LibCore/ConfigFile.h>
#include <LibGUI/GAboutDialog.h> #include <LibGUI/GAboutDialog.h>
#include <LibGUI/GAction.h> #include <LibGUI/GAction.h>
#include <LibGUI/GApplication.h> #include <LibGUI/GApplication.h>

View file

@ -26,8 +26,8 @@
#include <AK/BufferStream.h> #include <AK/BufferStream.h>
#include <LibAudio/AWavLoader.h> #include <LibAudio/AWavLoader.h>
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <LibCore/CIODeviceStreamReader.h> #include <LibCore/IODeviceStreamReader.h>
#include <limits> #include <limits>
namespace Audio { namespace Audio {

View file

@ -30,7 +30,7 @@
#include <AK/String.h> #include <AK/String.h>
#include <AK/StringView.h> #include <AK/StringView.h>
#include <LibAudio/ABuffer.h> #include <LibAudio/ABuffer.h>
#include <LibCore/CFile.h> #include <LibCore/File.h>
namespace AK { namespace AK {
class ByteBuffer; class ByteBuffer;

View file

@ -24,8 +24,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include "CArgsParser.h"
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>
#include <LibCore/ArgsParser.h>
#include <getopt.h> #include <getopt.h>
#include <limits.h> #include <limits.h>
#include <stdio.h> #include <stdio.h>

View file

@ -25,9 +25,9 @@
*/ */
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>
#include <LibCore/CConfigFile.h> #include <LibCore/ConfigFile.h>
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <LibCore/CUserInfo.h> #include <LibCore/UserInfo.h>
#include <pwd.h> #include <pwd.h>
#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>

View file

@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include "CDirIterator.h" #include <LibCore/DirIterator.h>
#include <errno.h> #include <errno.h>
namespace Core { namespace Core {

View file

@ -26,7 +26,7 @@
#include <AK/Assertions.h> #include <AK/Assertions.h>
#include <AK/Time.h> #include <AK/Time.h>
#include <LibCore/CElapsedTimer.h> #include <LibCore/ElapsedTimer.h>
#include <sys/time.h> #include <sys/time.h>
namespace Core { namespace Core {

View file

@ -24,8 +24,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <LibCore/CEvent.h> #include <LibCore/Event.h>
#include <LibCore/CObject.h> #include <LibCore/Object.h>
namespace Core { namespace Core {

View file

@ -28,12 +28,12 @@
#include <AK/JsonObject.h> #include <AK/JsonObject.h>
#include <AK/JsonValue.h> #include <AK/JsonValue.h>
#include <AK/Time.h> #include <AK/Time.h>
#include <LibCore/CEvent.h> #include <LibCore/Event.h>
#include <LibCore/CEventLoop.h> #include <LibCore/EventLoop.h>
#include <LibCore/CLocalSocket.h> #include <LibCore/LocalSocket.h>
#include <LibCore/CNotifier.h> #include <LibCore/Notifier.h>
#include <LibCore/CObject.h> #include <LibCore/Object.h>
#include <LibCore/CSyscallUtils.h> #include <LibCore/SyscallUtils.h>
#include <LibThread/Lock.h> #include <LibThread/Lock.h>
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>

View file

@ -31,8 +31,8 @@
#include <AK/OwnPtr.h> #include <AK/OwnPtr.h>
#include <AK/Vector.h> #include <AK/Vector.h>
#include <AK/WeakPtr.h> #include <AK/WeakPtr.h>
#include <LibCore/CEvent.h> #include <LibCore/Event.h>
#include <LibCore/CLocalServer.h> #include <LibCore/LocalServer.h>
#include <LibThread/Lock.h> #include <LibThread/Lock.h>
#include <sys/select.h> #include <sys/select.h>
#include <sys/time.h> #include <sys/time.h>

View file

@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#include <stdio.h> #include <stdio.h>

View file

@ -27,7 +27,7 @@
#pragma once #pragma once
#include <AK/String.h> #include <AK/String.h>
#include <LibCore/CIODevice.h> #include <LibCore/IODevice.h>
namespace Core { namespace Core {

View file

@ -24,9 +24,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include "CGzip.h"
#include <AK/ByteBuffer.h> #include <AK/ByteBuffer.h>
#include <AK/Optional.h> #include <AK/Optional.h>
#include <LibCore/Gzip.h>
#include <LibCore/puff.h> #include <LibCore/puff.h>
#include <limits.h> #include <limits.h>
#include <stddef.h> #include <stddef.h>

View file

@ -24,10 +24,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <LibCore/CGzip.h> #include <LibCore/Gzip.h>
#include <LibCore/CHttpJob.h> #include <LibCore/HttpJob.h>
#include <LibCore/CHttpResponse.h> #include <LibCore/HttpResponse.h>
#include <LibCore/CTCPSocket.h> #include <LibCore/TCPSocket.h>
#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>

View file

@ -27,9 +27,9 @@
#pragma once #pragma once
#include <AK/HashMap.h> #include <AK/HashMap.h>
#include <LibCore/CHttpRequest.h> #include <LibCore/HttpRequest.h>
#include <LibCore/CHttpResponse.h> #include <LibCore/HttpResponse.h>
#include <LibCore/CNetworkJob.h> #include <LibCore/NetworkJob.h>
namespace Core { namespace Core {

View file

@ -25,8 +25,8 @@
*/ */
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>
#include <LibCore/CHttpJob.h> #include <LibCore/HttpJob.h>
#include <LibCore/CHttpRequest.h> #include <LibCore/HttpRequest.h>
namespace Core { namespace Core {

View file

@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <LibCore/CHttpResponse.h> #include <LibCore/HttpResponse.h>
namespace Core { namespace Core {

View file

@ -28,7 +28,7 @@
#include <AK/HashMap.h> #include <AK/HashMap.h>
#include <AK/String.h> #include <AK/String.h>
#include <LibCore/CNetworkResponse.h> #include <LibCore/NetworkResponse.h>
namespace Core { namespace Core {

View file

@ -25,8 +25,8 @@
*/ */
#include <AK/PrintfImplementation.h> #include <AK/PrintfImplementation.h>
#include <LibCore/CIODevice.h> #include <LibCore/IODevice.h>
#include <LibCore/CSyscallUtils.h> #include <LibCore/SyscallUtils.h>
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>
#include <sys/select.h> #include <sys/select.h>

View file

@ -28,7 +28,7 @@
#include <AK/ByteBuffer.h> #include <AK/ByteBuffer.h>
#include <AK/StringView.h> #include <AK/StringView.h>
#include <LibCore/CObject.h> #include <LibCore/Object.h>
namespace Core { namespace Core {

View file

@ -27,7 +27,7 @@
#pragma once #pragma once
#include <AK/StdLibExtras.h> #include <AK/StdLibExtras.h>
#include <LibCore/CIODevice.h> #include <LibCore/IODevice.h>
namespace Core { namespace Core {

View file

@ -24,9 +24,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <LibCore/CLocalServer.h> #include <LibCore/LocalServer.h>
#include <LibCore/CLocalSocket.h> #include <LibCore/LocalSocket.h>
#include <LibCore/CNotifier.h> #include <LibCore/Notifier.h>
#include <stdio.h> #include <stdio.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/stat.h> #include <sys/stat.h>

View file

@ -26,8 +26,8 @@
#pragma once #pragma once
#include <LibCore/CNotifier.h> #include <LibCore/Notifier.h>
#include <LibCore/CObject.h> #include <LibCore/Object.h>
namespace Core { namespace Core {

View file

@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <LibCore/CLocalSocket.h> #include <LibCore/LocalSocket.h>
#include <errno.h> #include <errno.h>
#include <sys/socket.h> #include <sys/socket.h>

View file

@ -27,7 +27,7 @@
#pragma once #pragma once
#include <AK/Badge.h> #include <AK/Badge.h>
#include <LibCore/CSocket.h> #include <LibCore/Socket.h>
namespace Core { namespace Core {

View file

@ -1,30 +1,30 @@
OBJS = \ OBJS = \
CArgsParser.o \ ArgsParser.o \
CIODevice.o \ IODevice.o \
CFile.o \ File.o \
CSocket.o \ Socket.o \
CLocalSocket.o \ LocalSocket.o \
CLocalServer.o \ LocalServer.o \
CTCPSocket.o \ TCPSocket.o \
CTCPServer.o \ TCPServer.o \
CUdpSocket.o \ UdpSocket.o \
CUdpServer.o \ UdpServer.o \
CElapsedTimer.o \ ElapsedTimer.o \
CNotifier.o \ Notifier.o \
CHttpRequest.o \ HttpRequest.o \
CHttpResponse.o \ HttpResponse.o \
CHttpJob.o \ HttpJob.o \
CNetworkJob.o \ NetworkJob.o \
CNetworkResponse.o \ NetworkResponse.o \
CObject.o \ Object.o \
CTimer.o \ Timer.o \
CEventLoop.o \ EventLoop.o \
CConfigFile.o \ ConfigFile.o \
CEvent.o \ Event.o \
CProcessStatisticsReader.o \ ProcessStatisticsReader.o \
CDirIterator.o \ DirIterator.o \
CUserInfo.o \ UserInfo.o \
CGzip.o \ Gzip.o \
puff.o puff.o
LIBRARY = libcore.a LIBRARY = libcore.a

View file

@ -24,8 +24,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <LibCore/CNetworkJob.h> #include <LibCore/NetworkJob.h>
#include <LibCore/CNetworkResponse.h> #include <LibCore/NetworkResponse.h>
#include <stdio.h> #include <stdio.h>
//#define CNETWORKJOB_DEBUG //#define CNETWORKJOB_DEBUG

View file

@ -27,7 +27,7 @@
#pragma once #pragma once
#include <AK/Function.h> #include <AK/Function.h>
#include <LibCore/CObject.h> #include <LibCore/Object.h>
namespace Core { namespace Core {

View file

@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <LibCore/CNetworkResponse.h> #include <LibCore/NetworkResponse.h>
namespace Core { namespace Core {

View file

@ -24,9 +24,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <LibCore/CEvent.h> #include <LibCore/Event.h>
#include <LibCore/CEventLoop.h> #include <LibCore/EventLoop.h>
#include <LibCore/CNotifier.h> #include <LibCore/Notifier.h>
namespace Core { namespace Core {

View file

@ -27,7 +27,7 @@
#pragma once #pragma once
#include <AK/Function.h> #include <AK/Function.h>
#include <LibCore/CObject.h> #include <LibCore/Object.h>
namespace Core { namespace Core {

View file

@ -27,9 +27,9 @@
#include <AK/Assertions.h> #include <AK/Assertions.h>
#include <AK/JsonObject.h> #include <AK/JsonObject.h>
#include <AK/kstdio.h> #include <AK/kstdio.h>
#include <LibCore/CEvent.h> #include <LibCore/Event.h>
#include <LibCore/CEventLoop.h> #include <LibCore/EventLoop.h>
#include <LibCore/CObject.h> #include <LibCore/Object.h>
#include <stdio.h> #include <stdio.h>
namespace Core { namespace Core {

View file

@ -27,8 +27,8 @@
#include <AK/JsonArray.h> #include <AK/JsonArray.h>
#include <AK/JsonObject.h> #include <AK/JsonObject.h>
#include <AK/JsonValue.h> #include <AK/JsonValue.h>
#include <LibCore/CFile.h> #include <LibCore/File.h>
#include <LibCore/CProcessStatisticsReader.h> #include <LibCore/ProcessStatisticsReader.h>
#include <pwd.h> #include <pwd.h>
#include <stdio.h> #include <stdio.h>

View file

@ -24,8 +24,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <LibCore/CNotifier.h> #include <LibCore/Notifier.h>
#include <LibCore/CSocket.h> #include <LibCore/Socket.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>

View file

@ -26,8 +26,8 @@
#pragma once #pragma once
#include <LibCore/CIODevice.h> #include <LibCore/IODevice.h>
#include <LibCore/CSocketAddress.h> #include <LibCore/SocketAddress.h>
namespace Core { namespace Core {

View file

@ -26,9 +26,9 @@
#include <AK/IPv4Address.h> #include <AK/IPv4Address.h>
#include <AK/Types.h> #include <AK/Types.h>
#include <LibCore/CNotifier.h> #include <LibCore/Notifier.h>
#include <LibCore/CTCPServer.h> #include <LibCore/TCPServer.h>
#include <LibCore/CTCPSocket.h> #include <LibCore/TCPSocket.h>
#include <stdio.h> #include <stdio.h>
#include <sys/socket.h> #include <sys/socket.h>

View file

@ -27,8 +27,8 @@
#pragma once #pragma once
#include <AK/IPv4Address.h> #include <AK/IPv4Address.h>
#include <LibCore/CNotifier.h> #include <LibCore/Notifier.h>
#include <LibCore/CObject.h> #include <LibCore/Object.h>
namespace Core { namespace Core {

View file

@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <LibCore/CTCPSocket.h> #include <LibCore/TCPSocket.h>
#include <errno.h> #include <errno.h>
#include <sys/socket.h> #include <sys/socket.h>

View file

@ -27,7 +27,7 @@
#pragma once #pragma once
#include <AK/Badge.h> #include <AK/Badge.h>
#include <LibCore/CSocket.h> #include <LibCore/Socket.h>
namespace Core { namespace Core {

View file

@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <LibCore/CTimer.h> #include <LibCore/Timer.h>
namespace Core { namespace Core {

View file

@ -27,7 +27,7 @@
#pragma once #pragma once
#include <AK/Function.h> #include <AK/Function.h>
#include <LibCore/CObject.h> #include <LibCore/Object.h>
namespace Core { namespace Core {

View file

@ -26,9 +26,9 @@
#include <AK/IPv4Address.h> #include <AK/IPv4Address.h>
#include <AK/Types.h> #include <AK/Types.h>
#include <LibCore/CNotifier.h> #include <LibCore/Notifier.h>
#include <LibCore/CUdpServer.h> #include <LibCore/UdpServer.h>
#include <LibCore/CUdpSocket.h> #include <LibCore/UdpSocket.h>
#include <stdio.h> #include <stdio.h>
#include <sys/socket.h> #include <sys/socket.h>

View file

@ -27,8 +27,8 @@
#pragma once #pragma once
#include <AK/IPv4Address.h> #include <AK/IPv4Address.h>
#include <LibCore/CNotifier.h> #include <LibCore/Notifier.h>
#include <LibCore/CObject.h> #include <LibCore/Object.h>
namespace Core { namespace Core {

Some files were not shown because too many files have changed in this diff Show more