diff options
author | Tim Potter <tpot@samba.org> | 2002-04-05 04:49:39 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-04-05 04:49:39 +0000 |
commit | a05b7f721e298ff4042f827d87e1c68cb59da4a7 (patch) | |
tree | 0c74c8afd16586d5c7ce47455cc56b9f148c81ed /source3/python | |
parent | f243d4e7c8bf1eb4c9356dd1447e5cee77ba6949 (diff) | |
download | samba-a05b7f721e298ff4042f827d87e1c68cb59da4a7.tar.gz samba-a05b7f721e298ff4042f827d87e1c68cb59da4a7.tar.bz2 samba-a05b7f721e298ff4042f827d87e1c68cb59da4a7.zip |
Don't include py_spoolss_conv.h by default. We want to hide these
functions from method functions.
(This used to be commit bbf905e29e787ac350c0b4153c0b7050d8bf5734)
Diffstat (limited to 'source3/python')
-rw-r--r-- | source3/python/py_spoolss.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/python/py_spoolss.h b/source3/python/py_spoolss.h index 3040a80e80..7c7669c752 100644 --- a/source3/python/py_spoolss.h +++ b/source3/python/py_spoolss.h @@ -25,7 +25,6 @@ #include "Python.h" #include "python/py_common.h" -#include "python/py_conv.h" /* Spoolss policy handle object */ |