java/String: include cleanup

This commit is contained in:
Max Kellermann 2018-08-28 13:07:28 +02:00
parent fbeb5eefdc
commit 282859a62a
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2011 Max Kellermann <max.kellermann@gmail.com>
* Copyright 2010-2018 Max Kellermann <max.kellermann@gmail.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2011 Max Kellermann <max.kellermann@gmail.com>
* Copyright 2010-2018 Max Kellermann <max.kellermann@gmail.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -34,7 +34,6 @@
#include <jni.h>
#include <assert.h>
#include <stddef.h>
namespace Java {