From 8a860c57f366dd33439abed266b7d2cf485492cf Mon Sep 17 00:00:00 2001 From: Clownacy Date: Mon, 6 Jan 2020 21:21:33 +0000 Subject: [PATCH] Deleted Types.h Leftover from the Linux port, where it seemed to contains standard types like int32_t and __quad_t. Personally, I think Linux port implementation details like this are out of the scope of the project. --- src/Types.h | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/Types.h diff --git a/src/Types.h b/src/Types.h deleted file mode 100644 index 892ace5a..00000000 --- a/src/Types.h +++ /dev/null @@ -1,3 +0,0 @@ -#pragma once - -//This was originally some sort of POSIX standard thing? leftover from the Linux port