summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-05-27 06:23:30 +0000
committerTim Potter <tpot@samba.org>2002-05-27 06:23:30 +0000
commit82e4fb6fbbd2b2357a0ed0f1ecfe12532eb84897 (patch)
tree9071ee487edd50417cc4c3968cf1958621516fc2 /source3
parenta27a0e01e2f0c48a4a8d84b17693390a268310f8 (diff)
downloadsamba-82e4fb6fbbd2b2357a0ed0f1ecfe12532eb84897.tar.gz
samba-82e4fb6fbbd2b2357a0ed0f1ecfe12532eb84897.tar.bz2
samba-82e4fb6fbbd2b2357a0ed0f1ecfe12532eb84897.zip
Some rearrangement of header files.
(This used to be commit 0b2bd0a2290315056789f6aa1421678583086fc6)
Diffstat (limited to 'source3')
-rw-r--r--source3/python/py_lsa.h2
-rw-r--r--source3/python/py_samr.h2
-rw-r--r--source3/python/py_spoolss.h2
-rw-r--r--source3/python/py_tdb.h2
-rw-r--r--source3/python/py_winreg.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/source3/python/py_lsa.h b/source3/python/py_lsa.h
index a963fcac98..f9a30d2f7e 100644
--- a/source3/python/py_lsa.h
+++ b/source3/python/py_lsa.h
@@ -24,7 +24,7 @@
#include "includes.h"
#include "Python.h"
-#include "python/py_common.h"
+#include "python/py_common_proto.h"
/* LSA policy handle object */
diff --git a/source3/python/py_samr.h b/source3/python/py_samr.h
index 52352cc64d..326bab5c14 100644
--- a/source3/python/py_samr.h
+++ b/source3/python/py_samr.h
@@ -24,7 +24,7 @@
#include "includes.h"
#include "Python.h"
-#include "python/py_common.h"
+#include "python/py_common_proto.h"
/* SAMR connect policy handle object */
diff --git a/source3/python/py_spoolss.h b/source3/python/py_spoolss.h
index 777a2b5991..40a6ae972e 100644
--- a/source3/python/py_spoolss.h
+++ b/source3/python/py_spoolss.h
@@ -24,7 +24,7 @@
#include "includes.h"
#include "Python.h"
-#include "python/py_common.h"
+#include "python/py_common_proto.h"
/* Spoolss policy handle object */
diff --git a/source3/python/py_tdb.h b/source3/python/py_tdb.h
index d4ce4920a6..794a20cf2b 100644
--- a/source3/python/py_tdb.h
+++ b/source3/python/py_tdb.h
@@ -24,6 +24,6 @@
#include "includes.h"
#include "Python.h"
-#include "python/py_common.h"
+#include "python/py_common_proto.h"
#endif /* _PY_TDB_H */
diff --git a/source3/python/py_winreg.h b/source3/python/py_winreg.h
index e19674d218..088be724e2 100644
--- a/source3/python/py_winreg.h
+++ b/source3/python/py_winreg.h
@@ -24,6 +24,6 @@
#include "includes.h"
#include "Python.h"
-#include "python/py_common.h"
+#include "python/py_common_proto.h"
#endif /* _PY_WINREG_H */