Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a04ae3a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Remove sub-includes from libcutils/threads.h" into main am: a981d589 am: bf51390a am: 40cff3af

Original change: https://android-review.googlesource.com/c/platform/system/core/+/2675702



Change-Id: I0f14ca612517ead6dfa715c47a25ed78c2dd7ba0
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents bcdfb8e8 40cff3af
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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