1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

s4:librpc/rpc/pyrpc.h: librpc/rpc/dcerpc.h isn't needed anymore

metze
This commit is contained in:
Stefan Metzmacher 2010-03-18 18:55:49 +01:00 committed by Stefan Metzmacher
parent f57b1da428
commit ec30022233

View File

@ -21,7 +21,6 @@
#define _PYRPC_H_
#include "libcli/util/pyerrors.h"
#include "librpc/rpc/dcerpc.h"
#define PY_CHECK_TYPE(type, var, fail) \
if (!PyObject_TypeCheck(var, type)) {\