From 29d71ecc48d12d9514cb934b46a48dbb3eaf86bf Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Sat, 20 Feb 2010 21:59:49 -0500 Subject: [PATCH] Make tracker/stuff.h pull in progenv/types.h --- tracker/stuff.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tracker/stuff.h b/tracker/stuff.h index b32caec..f5b2572 100644 --- a/tracker/stuff.h +++ b/tracker/stuff.h @@ -1,10 +1,6 @@ #define TRACKLEN 32 -typedef unsigned char u8; -typedef unsigned short u16; -typedef char s8; -typedef short s16; -typedef unsigned long u32; +#include enum { WF_TRI, -- 2.50.1