[WINMM]
[reactos.git] / reactos / dll / win32 / winmm / time.c
index dfd3eb4..5da3f2f 100644 (file)
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "config.h"
-#include "wine/port.h"
+#include "winemm.h"
 
-#include <stdarg.h>
-#include <time.h>
 #ifdef HAVE_SYS_TIME_H
 # include <sys/time.h>
 #endif
 # include <unistd.h>
 #endif
 
-#include "windef.h"
-#include "winbase.h"
-#include "mmsystem.h"
-
-#include "winemm.h"
-
-#include "wine/debug.h"
-
 WINE_DEFAULT_DEBUG_CHANNEL(mmtime);
 
 typedef struct tagWINE_TIMERENTRY {