diff options
author | Alon Levy <alevy@redhat.com> | 2010-08-23 14:46:01 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2010-08-23 18:53:24 +0300 |
commit | a17ccbf323768c3cb977f0f062366ba7cf7f19db (patch) | |
tree | 64aa8afa9fbc5ff786bf2df47a199957d06a9f5e /vdagent | |
parent | c909771c0e6f7a529d0ec614d57dcd500b500990 (diff) |
include path fixes because of spice-protcol updates
* mutex.h inlined into common/vdcommon.h
* vdagent.h renamed to spice/vd_agent.h
Diffstat (limited to 'vdagent')
-rw-r--r-- | vdagent/desktop_layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vdagent/desktop_layout.h b/vdagent/desktop_layout.h index 797a82c..dc8accb 100644 --- a/vdagent/desktop_layout.h +++ b/vdagent/desktop_layout.h @@ -18,8 +18,8 @@ #ifndef _H_DESKTOP_LAYOUT #define _H_DESKTOP_LAYOUT -#include "mutex.h" #include <vector> +#include "vdcommon.h" class DisplayMode { public: |