diff options
Diffstat (limited to 'vdagent/desktop_layout.h')
-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: |