diff options
author | Ole Troan <ot@cisco.com> | 2019-09-27 14:02:13 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-09-27 16:05:45 +0000 |
commit | fc7b77db7e651505aa8c3a9c5cff7191334f91bd (patch) | |
tree | 75c1df7973b864e6b0e34441fc6caa7b6723655b /src/plugins/ikev2/ikev2_all_api.h | |
parent | 087d6c6776bea5eb3ea987bae67fc50be30d0a8b (diff) |
ikev2: remove api boilerplate
Type: refactor
Change-Id: Ib46ed3e65e75a97995a3e251d87324fec6595024
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/plugins/ikev2/ikev2_all_api.h')
-rw-r--r-- | src/plugins/ikev2/ikev2_all_api.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/plugins/ikev2/ikev2_all_api.h b/src/plugins/ikev2/ikev2_all_api.h deleted file mode 100644 index 2ab112a7ea6..00000000000 --- a/src/plugins/ikev2/ikev2_all_api.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) 2016 Cisco and/or its affiliates. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -/* Include the generated file, see BUILT_SOURCES in Makefile.am */ -#include <ikev2/ikev2.api.h> - |