From d778564a521fc794fac6033436928dc03be0ae4e Mon Sep 17 00:00:00 2001 From: Vic Lee Date: Thu, 24 Nov 2011 19:35:51 +0800 Subject: [PATCH] include: config.h is private and should not be included in public API. --- include/freerdp/types.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/freerdp/types.h b/include/freerdp/types.h index c16d503ab..043834487 100644 --- a/include/freerdp/types.h +++ b/include/freerdp/types.h @@ -25,8 +25,6 @@ #include #endif -#include "config.h" - /* Base Types */ #ifdef HAVE_LIMITS_H