Remove unused file bta/include/bta_gatts_co.h

Bug: 163134718
Tag: #refactor
Test: gd/cert/run

Change-Id: Iccb0a4b6ab46a9194bd404707c46706519bb08ef
diff --git a/system/bta/gatt/bta_gatts_act.cc b/system/bta/gatt/bta_gatts_act.cc
index 4fe3b6d..155eb24 100644
--- a/system/bta/gatt/bta_gatts_act.cc
+++ b/system/bta/gatt/bta_gatts_act.cc
@@ -29,7 +29,6 @@
 
 #include "bta/gatt/bta_gatts_int.h"
 #include "bta/include/bta_api.h"
-#include "bta/include/bta_gatts_co.h"
 #include "btif/include/btif_debug_conn.h"
 #include "osi/include/osi.h"
 #include "stack/include/gatt_api.h"
diff --git a/system/bta/include/bta_gatts_co.h b/system/bta/include/bta_gatts_co.h
deleted file mode 100644
index b26780e..0000000
--- a/system/bta/include/bta_gatts_co.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/******************************************************************************
- *
- *  Copyright 2010-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.
- *
- ******************************************************************************/
-
-/******************************************************************************
- *
- *  This is the interface file for BTA GATT server call-out functions.
- *
- ******************************************************************************/
-#ifndef BTA_GATTS_CO_H
-#define BTA_GATTS_CO_H
-
-#include "bta/include/bta_gatt_api.h"
-
-#endif /* BTA_GATTS_CO_H */
diff --git a/system/btif/co/bta_gatts_co.cc b/system/btif/co/bta_gatts_co.cc
index e0a201d..b3b3a6f 100644
--- a/system/btif/co/bta_gatts_co.cc
+++ b/system/btif/co/bta_gatts_co.cc
@@ -21,9 +21,9 @@
 #include <stdlib.h>
 #include <string.h>
 #include "bt_common.h"
-#include "bta_gatts_co.h"
 #include "btif_util.h"
 #include "osi/include/osi.h"
+#include "stack/include/gatt_api.h"
 
 /*****************************************************************************
  *  Local type definitions