VirtualBox

Ignore:
Timestamp:
Dec 27, 2010 4:13:13 PM (14 years ago)
Author:
vboxsync
Message:

VMM reorg: Moving the public include files from include/VBox to include/VBox/vmm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMRC/CSAMRC.cpp

    r35335 r35346  
    2121*******************************************************************************/
    2222#define LOG_GROUP LOG_GROUP_CSAM
    23 #include <VBox/cpum.h>
    24 #include <VBox/stam.h>
    25 #include <VBox/patm.h>
    26 #include <VBox/csam.h>
    27 #include <VBox/pgm.h>
    28 #include <VBox/mm.h>
     23#include <VBox/vmm/cpum.h>
     24#include <VBox/vmm/stam.h>
     25#include <VBox/vmm/patm.h>
     26#include <VBox/vmm/csam.h>
     27#include <VBox/vmm/pgm.h>
     28#include <VBox/vmm/mm.h>
    2929#include <VBox/sup.h>
    30 #include <VBox/mm.h>
    31 #include <VBox/rem.h>
     30#include <VBox/vmm/mm.h>
     31#include <VBox/vmm/rem.h>
    3232#include <VBox/param.h>
    3333#include <iprt/avl.h>
    3434#include "CSAMInternal.h"
    35 #include <VBox/vm.h>
     35#include <VBox/vmm/vm.h>
    3636#include <VBox/dbg.h>
    3737#include <VBox/err.h>
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