summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Eisenbach <eisenbach@google.com>2016-10-18 23:16:46 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-10-18 23:16:46 +0000
commit226231f4dc9e197d3d01a93dd53e7a4adf5cfe35 (patch)
tree2e44a27baf6ebfe814e71d944442181ce4311975
parentc81ef2a025f97700dffcb5bc72eebb5b432905be (diff)
parent6a3a3dd32f2a2ffb5cddc8457ad30e6d4181a3b0 (diff)
downloadlibnfc-nci-226231f4dc9e197d3d01a93dd53e7a4adf5cfe35.tar.gz
Merge "Remove btu_api.h"
-rw-r--r--src/include/btu_api.h20
-rw-r--r--src/nfc/int/nfc_int.h1
2 files changed, 0 insertions, 21 deletions
diff --git a/src/include/btu_api.h b/src/include/btu_api.h
deleted file mode 100644
index 83c7d87..0000000
--- a/src/include/btu_api.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/******************************************************************************
- *
- * Copyright (C) 1999-2012 Broadcom Corporation
- *
- * 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.
- *
- ******************************************************************************/
-#ifndef BTU_API_H
-#define BTU_API_H
-#endif /* BTU_APU_H */
diff --git a/src/nfc/int/nfc_int.h b/src/nfc/int/nfc_int.h
index 8ceeeae..285767b 100644
--- a/src/nfc/int/nfc_int.h
+++ b/src/nfc/int/nfc_int.h
@@ -31,7 +31,6 @@
#include "gki.h"
#include "nci_defs.h"
#include "nfc_api.h"
-#include "btu_api.h"
#ifdef __cplusplus
extern "C" {