diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-07-08 15:44:15 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-07-08 15:44:15 +0200 |
commit | 9cc15825615be5f2bb96b21a9e3c6994f6725cd1 (patch) | |
tree | e3c062f10ba5b14bddb32b60b86b7e7402abec72 /client/pixels_source.h | |
parent | 4f54596e0113c0692c10cfc1c25400c8070d67b3 (diff) |
Fix inclusion of common files, no need for common/ part
Diffstat (limited to 'client/pixels_source.h')
-rw-r--r-- | client/pixels_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/pixels_source.h b/client/pixels_source.h index 6e24300..fac9c22 100644 --- a/client/pixels_source.h +++ b/client/pixels_source.h @@ -18,7 +18,7 @@ #ifndef _H_PIXELS_SOURCE #define _H_PIXELS_SOURCE -#include <common/draw.h> +#include "draw.h" #define PIXELES_SOURCE_OPAQUE_SIZE (20 * sizeof(void*)) |