mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:02:45 +00:00 
			
		
		
		
	LibLocale: Move locale source files to the LibLocale folder
These are still included in LibUnicode, but this updates their location and the include paths of other files which include them.
This commit is contained in:
		
							parent
							
								
									ff48220dca
								
							
						
					
					
						commit
						43a3471298
					
				
					 48 changed files with 145 additions and 135 deletions
				
			
		|  | @ -24,8 +24,8 @@ | |||
| #include <LibCore/ArgsParser.h> | ||||
| #include <LibCore/DirIterator.h> | ||||
| #include <LibCore/Stream.h> | ||||
| #include <LibLocale/DateTimeFormat.h> | ||||
| #include <LibTimeZone/TimeZone.h> | ||||
| #include <LibUnicode/DateTimeFormat.h> | ||||
| 
 | ||||
| using StringIndexType = u16; | ||||
| constexpr auto s_string_index_type = "u16"sv; | ||||
|  | @ -1768,11 +1768,11 @@ static ErrorOr<void> generate_unicode_locale_implementation(Core::Stream::Buffer | |||
| #include <AK/BinarySearch.h> | ||||
| #include <AK/Optional.h> | ||||
| #include <AK/StringView.h> | ||||
| #include <LibLocale/LocaleData.h> | ||||
| #include <LibLocale/DateTimeFormat.h> | ||||
| #include <LibLocale/DateTimeFormatData.h> | ||||
| #include <LibLocale/Locale.h> | ||||
| #include <LibLocale/LocaleData.h> | ||||
| #include <LibTimeZone/TimeZone.h> | ||||
| #include <LibUnicode/DateTimeFormat.h> | ||||
| #include <LibUnicode/Locale.h> | ||||
| 
 | ||||
| namespace Locale { | ||||
| )~~~"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy Flynn
						Timothy Flynn