Ignore:
Timestamp:
Feb 15, 2021, 9:44:30 AM (4 years ago)
Author:
Paul Smedley
Message:

More code cleanups from AlexT from #os2russian

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified GPL/branches/uniaud32-next/drv32/init.c

    r667 r675  
    3030// Device support
    3131#include <devhelp.h>
    32 #include <devtype.h>
    33 //DAZ #include <devrp.h>
    34 #include <strategy.h>
    35 #include "devown.h"
    3632#include <version.h>
    3733#include <ossidc32.h>
    3834#include <dbgos2.h>
    39 #include <irqos2.h>
    4035#include <osspci.h>
    4136#include <kee.h>
     37#include <malloc.h>
    4238#include "parse.h"
    43 #include "malloc.h"
    4439#include "sound/version.h"
     40#include "strategy.h"
    4541
    4642const char ERR_ERROR[]   = "ERROR: ";
     
    228224    WriteString(debugmsg, strlen(debugmsg));
    229225  }
    230 
    231   //get the current time (to force retrieval of GIS pointer)
    232   os2gettimemsec();
    233226
    234227  char szMixerName[64];
Note: See TracChangeset for help on using the changeset viewer.