mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 11:39:44 +03:00
Meta: Tidy up include path and alphabetic ordering
This commit is contained in:
parent
1a9d3e3e54
commit
d16db6a67c
Notes:
sideshowbarker
2024-07-18 11:24:56 +09:00
Author: https://github.com/SpencerCDixon Commit: https://github.com/SerenityOS/serenity/commit/d16db6a67c5 Pull-request: https://github.com/SerenityOS/serenity/pull/8266 Reviewed-by: https://github.com/Mandar12 Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/linusg
@ -7,7 +7,6 @@
|
||||
#include <LibGUI/AboutDialog.h>
|
||||
#include <LibGUI/Application.h>
|
||||
#include <LibGUI/Icon.h>
|
||||
#include <LibGfx/Bitmap.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
add_subdirectory(3DFileViewer)
|
||||
add_subdirectory(About)
|
||||
add_subdirectory(AnalogClock)
|
||||
add_subdirectory(Assistant)
|
||||
add_subdirectory(Browser)
|
||||
add_subdirectory(Calculator)
|
||||
add_subdirectory(Calendar)
|
||||
@ -25,8 +26,8 @@ add_subdirectory(SoundPlayer)
|
||||
add_subdirectory(SpaceAnalyzer)
|
||||
add_subdirectory(Spreadsheet)
|
||||
add_subdirectory(SystemMonitor)
|
||||
add_subdirectory(ThemeEditor)
|
||||
add_subdirectory(Terminal)
|
||||
add_subdirectory(TextEditor)
|
||||
add_subdirectory(ThemeEditor)
|
||||
add_subdirectory(VideoPlayer)
|
||||
add_subdirectory(Welcome)
|
||||
|
Loading…
Reference in New Issue
Block a user