From d17e23bd27eb5c4e5cb7223ee2d9a2f5e22f23bf Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 6 Feb 2020 15:04:03 +0100 Subject: LibCore: Remove leading C from filenames --- Userland/pape.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Userland/pape.cpp') 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 #include #include -#include -#include +#include +#include #include #include #include -- cgit v1.2.3