mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:22:45 +00:00 
			
		
		
		
	AK: Rename <AK/AKString.h> to <AK/String.h>
This was a workaround to be able to build on case-insensitive file systems where it might get confused about <string.h> vs <String.h>. Let's just not support building that way, so String.h can have an objectively nicer name. :^)
This commit is contained in:
		
							parent
							
								
									b4a2bb9383
								
							
						
					
					
						commit
						73fdbba59c
					
				
					 140 changed files with 147 additions and 147 deletions
				
			
		|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/ByteBuffer.h> | ||||
| 
 | ||||
| namespace AK { | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/ELF/exec_elf.h> | ||||
| #include <AK/HashMap.h> | ||||
| #include <AK/OwnPtr.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include "AKString.h" | ||||
| #include <AK/String.h> | ||||
| 
 | ||||
| namespace AK { | ||||
| 
 | ||||
|  | @ -35,5 +35,5 @@ String canonicalized_path(const StringView&); | |||
| 
 | ||||
| }; | ||||
| 
 | ||||
| using AK::FileSystemPath; | ||||
| using AK::canonicalized_path; | ||||
| using AK::FileSystemPath; | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/LogStream.h> | ||||
| #include <AK/NetworkOrdered.h> | ||||
| #include <AK/Optional.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/HashMap.h> | ||||
| #include <AK/JsonArray.h> | ||||
| #include <AK/JsonObjectSerializer.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/IPv4Address.h> | ||||
| #include <AK/Optional.h> | ||||
| #include <AK/StringBuilder.h> | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/LogStream.h> | ||||
| #include <AK/StringView.h> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/MappedFile.h> | ||||
| #include <fcntl.h> | ||||
| #include <stdio.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #include "AKString.h" | ||||
| #include "StdLibExtras.h" | ||||
| #include "StringBuilder.h" | ||||
| #include <AK/StdLibExtras.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/StringBuilder.h> | ||||
| #include <stdarg.h> | ||||
| 
 | ||||
| namespace AK { | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include "AKString.h" | ||||
| #include "Vector.h" | ||||
| #include <AK/String.h> | ||||
| #include <AK/Vector.h> | ||||
| #include <stdarg.h> | ||||
| 
 | ||||
| namespace AK { | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/StringView.h> | ||||
| 
 | ||||
| namespace AK { | ||||
|  |  | |||
|  | @ -12,9 +12,9 @@ | |||
| #define ASSERT_NOT_REACHED() fprintf(stderr, "\033[31;1mASSERT_NOT_REACHED\033[0m\n"); | ||||
| #define RELEASE_ASSERT ASSERT | ||||
| 
 | ||||
| #include "AKString.h" | ||||
| #include "Function.h" | ||||
| #include "NonnullRefPtrVector.h" | ||||
| #include <AK/Function.h> | ||||
| #include <AK/NonnullRefPtrVector.h> | ||||
| #include <AK/String.h> | ||||
| #include <chrono> | ||||
| 
 | ||||
| namespace AK { | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #include <AK/TestSuite.h> | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/FileSystemPath.h> | ||||
| 
 | ||||
| TEST_CASE(construct) | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #include <AK/TestSuite.h> | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/FixedArray.h> | ||||
| 
 | ||||
| TEST_CASE(construct) | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #include <AK/TestSuite.h> | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/HashMap.h> | ||||
| 
 | ||||
| TEST_CASE(construct) | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #include <AK/TestSuite.h> | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/HashMap.h> | ||||
| #include <AK/JsonArray.h> | ||||
| #include <AK/JsonObject.h> | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| #include <AK/TestSuite.h> | ||||
| 
 | ||||
| #include <AK/NonnullRefPtr.h> | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| 
 | ||||
| struct Object : public RefCounted<Object> { | ||||
|     int x; | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #include <AK/TestSuite.h> | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Optional.h> | ||||
| 
 | ||||
| TEST_CASE(basic_optional) | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #include <AK/TestSuite.h> | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Queue.h> | ||||
| 
 | ||||
| TEST_CASE(construct) | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| #include <AK/TestSuite.h> | ||||
| 
 | ||||
| #include <AK/NonnullRefPtr.h> | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| 
 | ||||
| struct Object : public RefCounted<Object> { | ||||
|     int x; | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #include <AK/TestSuite.h> | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| 
 | ||||
| TEST_CASE(construct_empty) | ||||
| { | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #include <AK/TestSuite.h> | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| 
 | ||||
| TEST_CASE(construct_empty) | ||||
| { | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #include <AK/TestSuite.h> | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/NonnullOwnPtrVector.h> | ||||
| #include <AK/OwnPtr.h> | ||||
| #include <AK/Vector.h> | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| #include <AK/TestSuite.h> | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Weakable.h> | ||||
| #include <AK/WeakPtr.h> | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										2
									
								
								AK/URL.h
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								AK/URL.h
									
										
									
									
									
								
							|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/StringView.h> | ||||
| 
 | ||||
| namespace AK { | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| 
 | ||||
| // This type implements number typing and
 | ||||
| // displaying mechanics. It does not perform
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include "IRCLogBuffer.h" | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/CircularQueue.h> | ||||
| #include <AK/RefPtr.h> | ||||
| #include <AK/RefCounted.h> | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ | |||
| 
 | ||||
| #include "IRCLogBuffer.h" | ||||
| #include "IRCWindow.h" | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/CircularQueue.h> | ||||
| #include <AK/Function.h> | ||||
| #include <AK/HashMap.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/CircularQueue.h> | ||||
| #include <AK/RefPtr.h> | ||||
| #include <AK/RefCounted.h> | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include "IRCLogBuffer.h" | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/CircularQueue.h> | ||||
| #include <AK/RefPtr.h> | ||||
| #include <AK/RefCounted.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Vector.h> | ||||
| #include <LibGUI/GModel.h> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/HashMap.h> | ||||
| #include <AK/Vector.h> | ||||
| #include <LibGUI/GModel.h> | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include "WindowIdentifier.h" | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/HashMap.h> | ||||
| #include <LibGUI/GButton.h> | ||||
| #include <LibDraw/Rect.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #include "TerminalWidget.h" | ||||
| #include "XtermColors.h" | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/StdLibExtras.h> | ||||
| #include <AK/StringBuilder.h> | ||||
| #include <Kernel/KeyCode.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <LibCore/CConfigFile.h> | ||||
| #include <LibCore/CNotifier.h> | ||||
| #include <LibCore/CTimer.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/JsonObject.h> | ||||
| #include <AK/NonnullOwnPtrVector.h> | ||||
| #include <AK/Vector.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Function.h> | ||||
| #include <LibGUI/GVariant.h> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include "VBWidgetType.h" | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/HashMap.h> | ||||
| #include <AK/NonnullOwnPtrVector.h> | ||||
| #include <AK/OwnPtr.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Types.h> | ||||
| #include <Kernel/Devices/BlockDevice.h> | ||||
| #include <Kernel/VM/PhysicalAddress.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/RefPtr.h> | ||||
| #include <AK/Types.h> | ||||
| #include <Kernel/Devices/DiskDevice.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Types.h> | ||||
| #include <Kernel/Devices/BlockDevice.h> | ||||
| #include <Kernel/VM/PhysicalAddress.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Badge.h> | ||||
| #include <AK/InlineLinkedList.h> | ||||
| #include <AK/RefCounted.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/RefCounted.h> | ||||
| #include <AK/NonnullRefPtr.h> | ||||
| #include <AK/Types.h> | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
| #include "InodeIdentifier.h" | ||||
| #include "InodeMetadata.h" | ||||
| #include "UnixTypes.h" | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/ByteBuffer.h> | ||||
| #include <AK/Function.h> | ||||
| #include <AK/HashMap.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Function.h> | ||||
| #include <AK/InlineLinkedList.h> | ||||
| #include <AK/RefCounted.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/ByteBuffer.h> | ||||
| #include <AK/Types.h> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/RefPtr.h> | ||||
| #include <AK/RefCounted.h> | ||||
| #include <Kernel/FileSystem/File.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Badge.h> | ||||
| #include <AK/Function.h> | ||||
| #include <AK/HashMap.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <Kernel/KBuffer.h> | ||||
| #include <stdarg.h> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/HashMap.h> | ||||
| 
 | ||||
| class KParams { | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Vector.h> | ||||
| 
 | ||||
| struct KSym { | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Assertions.h> | ||||
| #include <AK/IPv4Address.h> | ||||
| #include <AK/NetworkOrdered.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Assertions.h> | ||||
| #include <AK/Types.h> | ||||
| #include <Kernel/StdLib.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/InlineLinkedList.h> | ||||
| #include <AK/NonnullRefPtrVector.h> | ||||
| #include <AK/Types.h> | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ | |||
| #include "IO.h" | ||||
| #include "StdLib.h" | ||||
| #include "kmalloc.h" | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <Kernel/Arch/i386/CPU.h> | ||||
| #include <Kernel/Devices/KeyboardDevice.h> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Function.h> | ||||
| #include <AK/IntrusiveList.h> | ||||
| #include <AK/OwnPtr.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Badge.h> | ||||
| #include <AK/Bitmap.h> | ||||
| #include <AK/ByteBuffer.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Vector.h> | ||||
| #include <Kernel/VM/VirtualAddress.h> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Bitmap.h> | ||||
| #include <AK/InlineLinkedList.h> | ||||
| #include <Kernel/VM/PageDirectory.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/RefPtr.h> | ||||
| #include <AK/StringView.h> | ||||
| #include <LibCore/CFile.h> | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <grp.h> | ||||
| #include <stdio.h> | ||||
| #include <stdlib.h> | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Assertions.h> | ||||
| #include <AK/ScopeGuard.h> | ||||
| #include <Kernel/Net/IPv4.h> | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <pwd.h> | ||||
| #include <stdio.h> | ||||
| #include <stdlib.h> | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Assertions.h> | ||||
| #include <AK/HashMap.h> | ||||
| #include <AK/StdLibExtras.h> | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/HashMap.h> | ||||
| #include <assert.h> | ||||
| #include <stdio.h> | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/ScopedValueRollback.h> | ||||
| #include <AK/Vector.h> | ||||
| #include <Kernel/Syscall.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/HashMap.h> | ||||
| #include <AK/Vector.h> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/HashMap.h> | ||||
| #include <AK/RefPtr.h> | ||||
| #include <AK/RefCounted.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <dirent.h> | ||||
| 
 | ||||
| class CDirIterator { | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Function.h> | ||||
| #include <AK/Types.h> | ||||
| #include <AK/WeakPtr.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <LibCore/CIODevice.h> | ||||
| 
 | ||||
| class CFile final : public CIODevice { | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/URL.h> | ||||
| 
 | ||||
| class CNetworkJob; | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/HashMap.h> | ||||
| #include <LibCore/CNetworkResponse.h> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Function.h> | ||||
| #include <AK/IntrusiveList.h> | ||||
| #include <AK/StdLibExtras.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/HashMap.h> | ||||
| 
 | ||||
| struct CProcessStatistics { | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| 
 | ||||
| String get_current_user_home_path(); | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Optional.h> | ||||
| #include <AK/Types.h> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| #include "Emoji.h" | ||||
| #include "GraphicsBitmap.h" | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/HashMap.h> | ||||
| #include <AK/String.h> | ||||
| #include <LibDraw/Emoji.h> | ||||
| #include <LibDraw/GraphicsBitmap.h> | ||||
| 
 | ||||
| static HashMap<u32, Emoji> s_emojis; | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/MappedFile.h> | ||||
| #include <AK/RefPtr.h> | ||||
| #include <AK/RefCounted.h> | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
| #include "Color.h" | ||||
| #include "Rect.h" | ||||
| #include "Size.h" | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/MappedFile.h> | ||||
| #include <AK/RefCounted.h> | ||||
| #include <AK/RefPtr.h> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| #include "Point.h" | ||||
| #include "Rect.h" | ||||
| #include "Size.h" | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <LibDraw/TextAlignment.h> | ||||
| #include <LibDraw/TextElision.h> | ||||
| #include <AK/Utf8View.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/LogStream.h> | ||||
| #include <LibDraw/Orientation.h> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/LogStream.h> | ||||
| #include <LibDraw/Orientation.h> | ||||
| #include <LibDraw/Point.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/LogStream.h> | ||||
| #include <LibDraw/Orientation.h> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Badge.h> | ||||
| #include <AK/Function.h> | ||||
| #include <AK/HashTable.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Function.h> | ||||
| #include <LibGUI/GAbstractButton.h> | ||||
| #include <LibDraw/GraphicsBitmap.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Function.h> | ||||
| #include <LibGUI/GAbstractButton.h> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| 
 | ||||
| class GClipboard { | ||||
| public: | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Badge.h> | ||||
| #include <AK/Function.h> | ||||
| #include <LibDraw/Rect.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Function.h> | ||||
| #include <AK/HashMap.h> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Badge.h> | ||||
| #include <AK/NonnullOwnPtr.h> | ||||
| #include <AK/OwnPtr.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Badge.h> | ||||
| #include <AK/Function.h> | ||||
| #include <AK/HashTable.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/LogStream.h> | ||||
| 
 | ||||
| class GModel; | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Traits.h> | ||||
| #include <Kernel/KeyCode.h> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <LibGUI/GIcon.h> | ||||
| #include <LibDraw/GraphicsBitmap.h> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Badge.h> | ||||
| #include <AK/HashMap.h> | ||||
| #include <LibCore/CElapsedTimer.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/HashMap.h> | ||||
| #include <AK/WeakPtr.h> | ||||
| #include <LibCore/CObject.h> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| 
 | ||||
| class Length { | ||||
| public: | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <AK/AKString.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/Vector.h> | ||||
| #include <LibHTML/CSS/Specificity.h> | ||||
| 
 | ||||
|  |  | |||
Some files were not shown because too many files have changed in this diff Show more
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling