diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-07-08 13:56:01 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-07-08 13:56:01 +0200 |
commit | 0659fb78972b5e9d0dc90a0270ef1dd4b59042ec (patch) | |
tree | 111ff1650fc87625e60cbe1bf56daee8f7a92126 /common/pixman_utils.h | |
parent | 3c0329d27f692d418fa6bd0955dd5e0c242618a6 (diff) | |
download | spice-0659fb78972b5e9d0dc90a0270ef1dd4b59042ec.tar.gz spice-0659fb78972b5e9d0dc90a0270ef1dd4b59042ec.tar.xz spice-0659fb78972b5e9d0dc90a0270ef1dd4b59042ec.zip |
Move in spice/draw.h from spice-protocol to common/
Diffstat (limited to 'common/pixman_utils.h')
-rw-r--r-- | common/pixman_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pixman_utils.h b/common/pixman_utils.h index 24ecee37..45a58cae 100644 --- a/common/pixman_utils.h +++ b/common/pixman_utils.h @@ -24,7 +24,7 @@ #define PIXMAN_DONT_DEFINE_STDINT #include <pixman.h> -#include <spice/draw.h> +#include <common/draw.h> /* This lists all possible 2 argument binary raster ops. * This enum has the same values as the X11 GXcopy type |