Changeset 35346 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Dec 27, 2010 4:13:13 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69206
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/service.cpp
r33540 r35346 1 /* $Id$ */ 1 2 /** @file 2 * 3 * Shared Clipboard: 4 * Host service entry points. 3 * Shared Clipboard: Host service entry points. 5 4 */ 6 5 … … 78 77 #include <iprt/assert.h> 79 78 #include <iprt/critsect.h> 80 #include <VBox/ ssm.h>79 #include <VBox/vmm/ssm.h> 81 80 82 81 #include "VBoxClipboard.h"
Note:
See TracChangeset
for help on using the changeset viewer.