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 | bbf905e29e787ac350c0b4153c0b7050d8bf5734 (patch) | |
tree | 40aca2a7e0b5568ff9fe5a0ea1c050ce913bcf4f /source/python/py_spoolss.h | |
parent | cb243e2766260f03de6b748d20734b8183cf192b (diff) | |
download | samba-bbf905e29e787ac350c0b4153c0b7050d8bf5734.tar.gz samba-bbf905e29e787ac350c0b4153c0b7050d8bf5734.tar.xz samba-bbf905e29e787ac350c0b4153c0b7050d8bf5734.zip |
Don't include py_spoolss_conv.h by default. We want to hide these
functions from method functions.
Diffstat (limited to 'source/python/py_spoolss.h')
-rw-r--r-- | source/python/py_spoolss.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/python/py_spoolss.h b/source/python/py_spoolss.h index 3040a80e80a..7c7669c7528 100644 --- a/source/python/py_spoolss.h +++ b/source/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 */ |