Merge "Remove sub-includes from libcutils/threads.h" into main

This commit is contained in:
Treehugger Robot 2023-08-09 16:43:32 +00:00 committed by Gerrit Code Review
commit a981d58972
1 changed files with 0 additions and 10 deletions

View File

@ -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