GUAC-730: Fix headers in src/terminal.
This commit is contained in:
parent
cc2f3931a9
commit
fdc886a5fb
@ -27,6 +27,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <guacamole/client.h>
|
||||
#include <guacamole/layer.h>
|
||||
|
||||
typedef struct guac_terminal_cursor {
|
||||
|
||||
|
@ -32,6 +32,8 @@
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#include <cairo/cairo.h>
|
||||
#include <glib-object.h>
|
||||
#include <guacamole/client.h>
|
||||
#include <guacamole/protocol.h>
|
||||
#include <guacamole/socket.h>
|
||||
|
@ -25,13 +25,16 @@
|
||||
#define _GUAC_TERMINAL_DISPLAY_H
|
||||
|
||||
#include "config.h"
|
||||
#include "guac_surface.h"
|
||||
|
||||
#include "guac_surface.h"
|
||||
#include "types.h"
|
||||
|
||||
#include <guacamole/client.h>
|
||||
#include <guacamole/layer.h>
|
||||
#include <pango/pangocairo.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
/**
|
||||
* The maximum width of any character, in columns.
|
||||
*/
|
||||
|
@ -35,18 +35,18 @@
|
||||
|
||||
#include <pthread.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#include <cairo/cairo.h>
|
||||
#include <guacamole/client.h>
|
||||
#include <guacamole/error.h>
|
||||
#include <guacamole/protocol.h>
|
||||
#include <guacamole/socket.h>
|
||||
#include <pango/pangocairo.h>
|
||||
|
||||
/**
|
||||
* Sets the given range of columns to the given character.
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <guacamole/client.h>
|
||||
#include <guacamole/stream.h>
|
||||
|
||||
/**
|
||||
* The maximum number of custom tab stops.
|
||||
|
@ -23,10 +23,13 @@
|
||||
#include "config.h"
|
||||
|
||||
#include "char_mappings.h"
|
||||
#include "common.h"
|
||||
#include "terminal.h"
|
||||
#include "terminal_handlers.h"
|
||||
#include "types.h"
|
||||
|
||||
#include <guacamole/client.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <wchar.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user