remove useless includes

This commit is contained in:
dodo040 2017-07-10 16:51:41 +02:00 committed by Armin Novak
parent e0a9999fb2
commit 3e897a63cb
2 changed files with 1 additions and 8 deletions

View File

@ -780,7 +780,7 @@ find_feature(GSSAPI ${GSSAPI_FEATURE_TYPE} ${GSSAPI_FEATURE_PURPOSE} ${GSSAPI_FE
if ( (WITH_GSSAPI) AND (NOT GSS_FOUND))
message(WARNING "-DWITH_GSSAPI=ON is set, but not GSSAPI implementation was found, disabling")
else()
elseif(WITH_GSSAPI)
if(GSS_FLAVOUR STREQUAL "MIT")
message(STATUS "MIT Kerberos suppport")
add_definitions("-DWITH_GSSAPI -DWITH_GSSAPI_MIT")

View File

@ -19,13 +19,6 @@
* limitations under the License.
*/
#include <inttypes.h>
#include <stddef.h>
#include "../../include/winpr/synch.h"
#include "../../include/winpr/wlog.h"
#include "../../include/winpr/wtypes.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif