mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
Cleanup of header files for python extensions.
- combine py_foo_proto.h and py_foo.h - move #include of Python.h into one place so we can get rid of that annoying compiler warning about HAVE_FSTAT being redefined
This commit is contained in:
@ -21,9 +21,6 @@
|
||||
#ifndef _PY_SRVSVC_H
|
||||
#define _PY_SRVSVC_H
|
||||
|
||||
#include "includes.h"
|
||||
#include "Python.h"
|
||||
|
||||
#include "python/py_common_proto.h"
|
||||
#include "python/py_common.h"
|
||||
|
||||
#endif /* _PY_SRVSVC_H */
|
||||
|
Reference in New Issue
Block a user