From 282859a62a4f26093c7d602dbb39a9522d255ce0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 28 Aug 2018 13:07:28 +0200 Subject: [PATCH] java/String: include cleanup --- src/java/String.cxx | 2 +- src/java/String.hxx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/java/String.cxx b/src/java/String.cxx index c2525cc20..e30344c70 100644 --- a/src/java/String.cxx +++ b/src/java/String.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Max Kellermann + * Copyright 2010-2018 Max Kellermann * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/java/String.hxx b/src/java/String.hxx index 4832a905b..725be69c4 100644 --- a/src/java/String.hxx +++ b/src/java/String.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Max Kellermann + * Copyright 2010-2018 Max Kellermann * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -34,7 +34,6 @@ #include -#include #include namespace Java {