diff options
author | José Fonseca <[email protected]> | 2009-02-01 12:00:07 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-02-01 12:00:17 +0000 |
commit | 9aa73cfae84c7710df97ce182d32bea8d3423ab7 (patch) | |
tree | 07c1e2cf4938aff49ae73950eb4c197e6bd38bb8 /progs/demos/rain.cxx | |
parent | 7062b7c7cb32c3c96bb87b296d9df0ecae7e7c83 (diff) |
progs: Get more samples building on windows.
Diffstat (limited to 'progs/demos/rain.cxx')
-rw-r--r-- | progs/demos/rain.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/progs/demos/rain.cxx b/progs/demos/rain.cxx index 59b6471ef8f..265d90cd95f 100644 --- a/progs/demos/rain.cxx +++ b/progs/demos/rain.cxx @@ -24,8 +24,6 @@ extern "C" { #ifdef _WIN32 #include <windows.h> #include <mmsystem.h> -#include "particles.cxx" -#include "readtex.c" #endif #ifdef XMESA |