VirtualBox

Changeset 58270 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Oct 15, 2015 6:41:14 PM (9 years ago)
Author:
vboxsync
Message:

iprt/r0drv: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/alloc-ef-r0drv.cpp

    r58269 r58270  
    3131#include "internal/iprt.h"
    3232#include <iprt/mem.h>
     33
     34#include <iprt/alloc.h>
     35#include <iprt/asm.h>
     36#include <iprt/asm-amd64-x86.h>
     37#include <iprt/assert.h>
     38#include <iprt/err.h>
     39#include <iprt/log.h>
    3340#include <iprt/memobj.h>
    34 #include <iprt/log.h>
    35 #include <iprt/asm.h>
    36 #include <iprt/thread.h>
    37 #include <VBox/sup.h>
    38 #include <iprt/err.h>
    39 
    40 #include <iprt/alloc.h>
    41 #include <iprt/assert.h>
    4241#include <iprt/param.h>
    4342#include <iprt/string.h>
    44 
     43#include <iprt/thread.h>
     44
     45#include "internal/mem.h"
    4546
    4647
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