include: move config.h into private headers.
This commit is contained in:
parent
42c34f14e9
commit
ec9ca3e35f
@ -20,6 +20,7 @@
|
||||
#ifndef __DFREERDP_H
|
||||
#define __DFREERDP_H
|
||||
|
||||
#include "config.h"
|
||||
#include <freerdp/freerdp.h>
|
||||
#include <freerdp/graphics.h>
|
||||
#include <freerdp/gdi/gdi.h>
|
||||
|
@ -20,6 +20,7 @@
|
||||
#ifndef __XFREERDP_H
|
||||
#define __XFREERDP_H
|
||||
|
||||
#include "config.h"
|
||||
#include <freerdp/freerdp.h>
|
||||
#include <freerdp/channels/channels.h>
|
||||
#include <freerdp/gdi/gdi.h>
|
||||
|
@ -20,8 +20,6 @@
|
||||
#ifndef __UTILS_DEBUG_H
|
||||
#define __UTILS_DEBUG_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define DEBUG_NULL(fmt, ...) do { } while (0)
|
||||
|
@ -21,11 +21,6 @@
|
||||
#define __UTILS_PROFILER_H
|
||||
|
||||
#include <freerdp/api.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <freerdp/utils/memory.h>
|
||||
#include <freerdp/utils/stopwatch.h>
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
#ifndef __LIBCHANNELS_H
|
||||
#define __LIBCHANNELS_H
|
||||
|
||||
#include "config.h"
|
||||
#include <freerdp/utils/debug.h>
|
||||
|
||||
#ifdef WITH_DEBUG_CHANNELS
|
||||
|
@ -20,6 +20,7 @@
|
||||
#ifndef __RDP_H
|
||||
#define __RDP_H
|
||||
|
||||
#include "config.h"
|
||||
#include "mcs.h"
|
||||
#include "tpkt.h"
|
||||
#include "fastpath.h"
|
||||
|
@ -20,6 +20,7 @@
|
||||
#ifndef __GDI_CORE_H
|
||||
#define __GDI_CORE_H
|
||||
|
||||
#include "config.h"
|
||||
#include "graphics.h"
|
||||
|
||||
gdiBitmap* gdi_bitmap_new_ex(rdpGdi* gdi, int width, int height, int bpp, uint8* data);
|
||||
|
@ -20,6 +20,7 @@
|
||||
#ifndef __LIBLOCALE_H
|
||||
#define __LIBLOCALE_H
|
||||
|
||||
#include "config.h"
|
||||
#include <freerdp/types.h>
|
||||
#include <freerdp/utils/debug.h>
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
#ifndef __LIBRAIL_H
|
||||
#define __LIBRAIL_H
|
||||
|
||||
#include "config.h"
|
||||
#include <freerdp/utils/debug.h>
|
||||
|
||||
#ifdef WITH_DEBUG_RAIL
|
||||
|
@ -20,6 +20,7 @@
|
||||
#ifndef FREERDP_AUTH_SSPI_PRIVATE_H
|
||||
#define FREERDP_AUTH_SSPI_PRIVATE_H
|
||||
|
||||
#include "config.h"
|
||||
#include <freerdp/types.h>
|
||||
#include <freerdp/sspi/sspi.h>
|
||||
|
||||
|
@ -17,6 +17,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <freerdp/utils/profiler.h>
|
||||
|
||||
PROFILER* profiler_create(char* name)
|
||||
|
Loading…
Reference in New Issue
Block a user