Remove sub-includes from libcutils/threads.h
This will drop any incentive to use this header Bug: 289414897 Test: it builds Change-Id: I3d7f56ac027f59794cb4cf533847c5fda5529906
This commit is contained in:
parent
21a0716613
commit
d22098f65d
1 changed files with 0 additions and 10 deletions
|
|
@ -13,13 +13,3 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue