diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-07-08 14:11:18 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2010-07-08 14:12:06 +0200 |
commit | 2edf919db361b4102cbc3aa2afc6eafa385ee627 (patch) | |
tree | 03385d054fcabf2d38347d2ed640eb2d39e30a82 | |
parent | 59715bb9049e5bf510bd99d9e5ad1a5dd7131e31 (diff) |
spice-display: draw.h is internal now
-rw-r--r-- | spice-display.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spice-display.h b/spice-display.h index 70a7be499..b55e7ea54 100644 --- a/spice-display.h +++ b/spice-display.h @@ -1,5 +1,5 @@ #include <spice/ipc_ring.h> -#include <spice/draw.h> +#include <spice/enums.h> #include <spice/qxl_dev.h> #include "pflib.h" |