diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-03-26 13:47:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-03-26 13:47:32 +0000 |
commit | d2a47e88c162b410a23ede7caabb066f1f1924d0 (patch) | |
tree | 32ad758b357838cc774f5780f11567f0f17b7dd2 | |
parent | c48758e48669c025877e0999fa80241d84055cf8 (diff) |
cut off unused includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | uisimulator/screenhack.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/uisimulator/screenhack.h b/uisimulator/screenhack.h index 9b7be53bb4..fe68bc603e 100644 --- a/uisimulator/screenhack.h +++ b/uisimulator/screenhack.h @@ -78,11 +78,7 @@ # define M_PI_2 1.5707963267 #endif -#include "yarandom.h" -#include "usleep.h" #include "resources.h" -#include "hsv.h" -#include "colors.h" #include "visual.h" extern Bool mono_p; |