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 --- Meta/Lagom/SimpleIPCClient.cpp | 6 +++--- Meta/Lagom/SimpleIPCServer.cpp | 8 ++++---- Meta/Lagom/TestApp.cpp | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'Meta/Lagom') diff --git a/Meta/Lagom/SimpleIPCClient.cpp b/Meta/Lagom/SimpleIPCClient.cpp index 8993cee63f..f091e19bfd 100644 --- a/Meta/Lagom/SimpleIPCClient.cpp +++ b/Meta/Lagom/SimpleIPCClient.cpp @@ -24,9 +24,9 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include -#include -#include +#include +#include +#include #include #include "SimpleEndpoint.h" diff --git a/Meta/Lagom/SimpleIPCServer.cpp b/Meta/Lagom/SimpleIPCServer.cpp index c200f99a69..616e262741 100644 --- a/Meta/Lagom/SimpleIPCServer.cpp +++ b/Meta/Lagom/SimpleIPCServer.cpp @@ -24,10 +24,10 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include -#include -#include -#include +#include +#include +#include +#include #include #include "SimpleEndpoint.h" diff --git a/Meta/Lagom/TestApp.cpp b/Meta/Lagom/TestApp.cpp index 82b06450c4..b212ecf7e3 100644 --- a/Meta/Lagom/TestApp.cpp +++ b/Meta/Lagom/TestApp.cpp @@ -24,8 +24,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include -#include +#include +#include #include int main(int, char**) -- cgit v1.2.3