include: use standard includsion for api headers.
This commit is contained in:
parent
aa59da816b
commit
fb27e0d072
@ -21,9 +21,9 @@
|
||||
#define __FREERDP_H
|
||||
|
||||
#include <freerdp/api.h>
|
||||
#include "types/ui.h"
|
||||
#include "settings.h"
|
||||
#include "extension.h"
|
||||
#include <freerdp/types/ui.h>
|
||||
#include <freerdp/settings.h>
|
||||
#include <freerdp/extension.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef __FREERDP_KBD_H
|
||||
#define __FREERDP_KBD_H
|
||||
|
||||
#include "types/base.h"
|
||||
#include <freerdp/types/base.h>
|
||||
|
||||
#define RDP_KEYBOAFRDP_LAYOUT_TYPE_STANDARD 1
|
||||
#define RDP_KEYBOAFRDP_LAYOUT_TYPE_VARIANT 2
|
||||
|
Loading…
Reference in New Issue
Block a user