LibUnicode: Move icu::Calendar subclass to a Calendars folder
There will be another calendar subclass coming up, so let's give them a bit of organization.
This commit is contained in:
parent
236037730f
commit
3c0d0d248c
4 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
set(SOURCES
|
||||
Calendar.cpp
|
||||
Calendars/ChineseDangiCalendar.cpp
|
||||
CharacterTypes.cpp
|
||||
ChineseDangiCalendar.cpp
|
||||
Collator.cpp
|
||||
CurrencyCode.cpp
|
||||
DateTimeFormat.cpp
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <AK/Time.h>
|
||||
#include <LibUnicode/Calendar.h>
|
||||
#include <LibUnicode/ChineseDangiCalendar.h>
|
||||
#include <LibUnicode/Calendars/ChineseDangiCalendar.h>
|
||||
#include <LibUnicode/ICU.h>
|
||||
|
||||
namespace Unicode {
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
#include <AK/GenericShorthands.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <AK/TypeCasts.h>
|
||||
#include <LibUnicode/ChineseDangiCalendar.h>
|
||||
#include <LibUnicode/Calendars/ChineseDangiCalendar.h>
|
||||
#include <LibUnicode/DateTimeFormat.h>
|
||||
#include <LibUnicode/ICU.h>
|
||||
#include <LibUnicode/Locale.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue