VirtualBox

Changeset 11033 in vbox


Ignore:
Timestamp:
Jul 31, 2008 3:17:06 PM (17 years ago)
Author:
vboxsync
Message:

FE/VBoxManage: fix the burns from r33921

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk

    r11031 r11033  
    4141        VBoxManage.cpp \
    4242        VBoxInternalManage.cpp \
    43         $(if $(VBOX_WITH_GUEST_PROPS),VBoxManageGuestProps.cpp) \
     43        $(if $(VBOX_WITH_GUEST_PROPS),VBoxManageGuestProp.cpp) \
    4444        VBoxManageSVN.cpp
    4545VBoxManage_LIBS       += $(LIB_DDU)
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp

    r11031 r11033  
    2727#include <VBox/com/com.h>
    2828#include <VBox/com/string.h>
    29 #if 0
    30 #include <VBox/com/Guid.h>
    31 #include <VBox/com/array.h>
    3229#include <VBox/com/ErrorInfo.h>
    33 #include <VBox/com/EventQueue.h>
    34 #endif
    3530
    3631#include <VBox/com/VirtualBox.h>
    3732
    38 #include <stdlib.h>
    39 #include <stdarg.h>
    40 
    41 #if 0
    42 #include <vector>
    43 #include <list>
    44 
    45 #include <iprt/runtime.h>
    4633#include <iprt/stream.h>
    47 #include <iprt/string.h>
    48 #include <iprt/asm.h>
    49 #include <iprt/uuid.h>
    50 #include <iprt/thread.h>
    51 #include <iprt/path.h>
    52 #include <iprt/param.h>
    53 #include <iprt/dir.h>
    54 #include <iprt/file.h>
    55 #include <iprt/env.h>
    56 #include <iprt/cidr.h>
    57 #include <VBox/err.h>
    58 #include <VBox/version.h>
    59 #include <VBox/VBoxHDD.h>
    60 #endif
     34#include <VBox/log.h>
    6135
    6236#include "VBoxManage.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