diff options
Diffstat (limited to 'source3/python/py_conv.h')
-rw-r--r-- | source3/python/py_conv.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source3/python/py_conv.h b/source3/python/py_conv.h index 798661c3a0..b384f70fc2 100644 --- a/source3/python/py_conv.h +++ b/source3/python/py_conv.h @@ -21,10 +21,7 @@ #ifndef _PY_CONV_H #define _PY_CONV_H -#include "python/py_common.h" - -enum pyconv_types { PY_UNISTR, PY_UNISTR2, PY_UINT32, PY_UINT16, PY_STRING, - PY_UID, PY_GID }; +enum pyconv_types { PY_UNISTR, PY_UINT32, PY_UINT16, PY_STRING, PY_UID, PY_GID }; struct pyconv { char *name; /* Name of member */ |