Remove atomic-inline.h.

Change-Id: I3ac0229b9c516744e6a9c9d9e795b43bc9c5636b
This commit is contained in:
Elliott Hughes 2014-11-17 14:38:56 -08:00
parent 3ef0460e86
commit c3914d2be2
3 changed files with 2 additions and 21 deletions

View File

@ -20,7 +20,7 @@
#include <stddef.h>
#include <sys/cdefs.h>
#include <cutils/atomic-inline.h>
#include <cutils/atomic.h>
__BEGIN_DECLS

View File

@ -1,19 +0,0 @@
/*
* Copyright (C) 2014 The Android Open Source Project
*
* 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 ANDROID_CUTILS_ATOMIC_H
#include <cutils/atomic.h>
#endif

View File

@ -25,8 +25,8 @@
#include <sys/types.h>
#include <unistd.h>
#include <cutils/atomic.h>
#include <cutils/compiler.h>
#include <cutils/atomic-inline.h>
__BEGIN_DECLS