From a05b7f721e298ff4042f827d87e1c68cb59da4a7 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 5 Apr 2002 04:49:39 +0000 Subject: [PATCH] Don't include py_spoolss_conv.h by default. We want to hide these functions from method functions. (This used to be commit bbf905e29e787ac350c0b4153c0b7050d8bf5734) --- source3/python/py_spoolss.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/python/py_spoolss.h b/source3/python/py_spoolss.h index 3040a80e80a..7c7669c7528 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 */ -- 2.34.1