GUAC-730: Fix headers for src/common.

This commit is contained in:
Michael Jumper 2014-06-10 17:20:49 -07:00
parent 9c475c3a68
commit ea765ba602
4 changed files with 2 additions and 4 deletions

View File

@ -24,6 +24,7 @@
#include <cairo/cairo.h>
#include <guacamole/client.h>
#include <guacamole/layer.h>
#include <guacamole/protocol.h>
#include <guacamole/socket.h>

View File

@ -24,6 +24,7 @@
#include <cairo/cairo.h>
#include <guacamole/client.h>
#include <guacamole/layer.h>
#include <guacamole/protocol.h>
#include <guacamole/socket.h>

View File

@ -31,8 +31,6 @@
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
/**
* The width of an update which should be considered negible and thus

View File

@ -31,8 +31,6 @@
#include <guacamole/protocol.h>
#include <guacamole/socket.h>
#include <stdint.h>
/**
* The maximum number of updates to allow within the PNG queue.
*/