diff options
author | Andreas Kling <kling@serenityos.org> | 2020-02-06 15:04:03 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-02-06 15:04:03 +0100 |
commit | d17e23bd27eb5c4e5cb7223ee2d9a2f5e22f23bf (patch) | |
tree | 6c5ed42a008c6d74e427909eaed8e52182e0f7eb /Userland/pape.cpp | |
parent | 7415e6ef9fbd1529cd13db315ccda25c52f56105 (diff) | |
download | serenity-d17e23bd27eb5c4e5cb7223ee2d9a2f5e22f23bf.zip |
LibCore: Remove leading C from filenames
Diffstat (limited to 'Userland/pape.cpp')
-rw-r--r-- | Userland/pape.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Userland/pape.cpp b/Userland/pape.cpp index 6b3e2f3b69..d9a1b0d886 100644 --- a/Userland/pape.cpp +++ b/Userland/pape.cpp @@ -28,8 +28,8 @@ #include <AK/String.h> #include <AK/StringBuilder.h> #include <AK/Vector.h> -#include <LibCore/CArgsParser.h> -#include <LibCore/CDirIterator.h> +#include <LibCore/ArgsParser.h> +#include <LibCore/DirIterator.h> #include <LibGUI/GApplication.h> #include <LibGUI/GDesktop.h> #include <dirent.h> |