From ea765ba60282b9bea88081b5e3521e566dc208c0 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 10 Jun 2014 17:20:49 -0700 Subject: [PATCH] GUAC-730: Fix headers for src/common. --- src/common/guac_dot_cursor.c | 1 + src/common/guac_pointer_cursor.c | 1 + src/common/guac_surface.c | 2 -- src/common/guac_surface.h | 2 -- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/common/guac_dot_cursor.c b/src/common/guac_dot_cursor.c index da062987..a08022e2 100644 --- a/src/common/guac_dot_cursor.c +++ b/src/common/guac_dot_cursor.c @@ -24,6 +24,7 @@ #include #include +#include #include #include diff --git a/src/common/guac_pointer_cursor.c b/src/common/guac_pointer_cursor.c index 3a87378f..c09968bd 100644 --- a/src/common/guac_pointer_cursor.c +++ b/src/common/guac_pointer_cursor.c @@ -24,6 +24,7 @@ #include #include +#include #include #include diff --git a/src/common/guac_surface.c b/src/common/guac_surface.c index 51e1a77d..3dd8a754 100644 --- a/src/common/guac_surface.c +++ b/src/common/guac_surface.c @@ -31,8 +31,6 @@ #include #include -#include - /** * The width of an update which should be considered negible and thus diff --git a/src/common/guac_surface.h b/src/common/guac_surface.h index 63bfd784..7d921ca9 100644 --- a/src/common/guac_surface.h +++ b/src/common/guac_surface.h @@ -31,8 +31,6 @@ #include #include -#include - /** * The maximum number of updates to allow within the PNG queue. */