diff --git a/libcutils/include/cutils/threads.h b/libcutils/include/cutils/threads.h index 92564b8db..9bc3429be 100644 --- a/libcutils/include/cutils/threads.h +++ b/libcutils/include/cutils/threads.h @@ -13,13 +13,3 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - -#pragma once - -#include - -#if defined(_WIN32) -#include -#else -#include -#endif