mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
Meta: Tidy up include path and alphabetic ordering
This commit is contained in:
parent
1a9d3e3e54
commit
d16db6a67c
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue