diff options
Diffstat (limited to 'proto-wine/wine-shm.h')
-rw-r--r-- | proto-wine/wine-shm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/proto-wine/wine-shm.h b/proto-wine/wine-shm.h index 536f647f..fc3f8711 100644 --- a/proto-wine/wine-shm.h +++ b/proto-wine/wine-shm.h @@ -15,10 +15,6 @@ # pragma clang diagnostic pop #endif -#include <memory> - -template<typename t> using ptr = std::shared_ptr<t>; - struct WineSHM { double data[6]; int gameid, gameid2; |