VirtualBox

Changeset 89644 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Jun 13, 2021 2:03:21 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145089
Message:

ValKit/Audio: Some cleanup. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp

    r89643 r89644  
    4141#include <iprt/stream.h>
    4242#include <iprt/string.h>
    43 #include <iprt/uuid.h>
    4443#include <iprt/test.h>
    4544
     
    5554#include <signal.h>
    5655
    57 /**
    58  * Internal driver instance data
    59  * @note This must be put here as it's needed before pdmdrv.h is included.
    60  */
    61 typedef struct PDMDRVINSINT
    62 {
    63     /** The stack the drive belongs to. */
    64     struct AUDIOTESTDRVSTACK *pStack;
    65 } PDMDRVINSINT;
    66 #define PDMDRVINSINT_DECLARED
    67 
    68 #include <VBox/vmm/pdmaudioinline.h>
    69 #include <VBox/vmm/pdmaudiohostenuminline.h>
    70 
    71 #include "Audio/AudioHlp.h"
    72 #include "Audio/AudioTest.h"
    73 #include "Audio/AudioTestService.h"
    74 #include "Audio/AudioTestServiceClient.h"
    75 
    76 #include "VBoxDD.h"
    77 
    7856#include "vkatInternal.h"
    79 
    80 
    81 /*********************************************************************************************************************************
    82 *   Defined Constants And Macros                                                                                                 *
    83 *********************************************************************************************************************************/
    84 
    8557
    8658
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette