From 5ef421f1d820abee603817f91a5656b26ae502c2 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 19 Feb 2003 22:47:49 +0000 Subject: Merge of cleanups and srvsvc implementation from HEAD. (This used to be commit dbea592877ad12f270805a9d8a86a50985beaf66) --- source3/python/py_tdb.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source3/python/py_tdb.h') diff --git a/source3/python/py_tdb.h b/source3/python/py_tdb.h index 794a20cf2b..69f251c8c1 100644 --- a/source3/python/py_tdb.h +++ b/source3/python/py_tdb.h @@ -21,9 +21,6 @@ #ifndef _PY_TDB_H #define _PY_TDB_H -#include "includes.h" -#include "Python.h" - -#include "python/py_common_proto.h" +#include "python/py_common.h" #endif /* _PY_TDB_H */ -- cgit