diff options
author | Tim Potter <tpot@samba.org> | 2003-03-20 01:05:22 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-03-20 01:05:22 +0000 |
commit | 0308a0a11265050f53fc7e8e03f8e17b04adb45d (patch) | |
tree | c94b9610c2007d9f981bba1b1e03a50a1d8eed3b /source/python/py_winreg.h | |
parent | 68b4052281d22dace2ae9e48d022fa288c0a6425 (diff) | |
download | samba-0308a0a11265050f53fc7e8e03f8e17b04adb45d.tar.gz samba-0308a0a11265050f53fc7e8e03f8e17b04adb45d.tar.xz samba-0308a0a11265050f53fc7e8e03f8e17b04adb45d.zip |
Merge of compiler warning fixups.
Diffstat (limited to 'source/python/py_winreg.h')
-rw-r--r-- | source/python/py_winreg.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/python/py_winreg.h b/source/python/py_winreg.h index e19674d2181..95d5fc6ea95 100644 --- a/source/python/py_winreg.h +++ b/source/python/py_winreg.h @@ -21,9 +21,6 @@ #ifndef _PY_WINREG_H #define _PY_WINREG_H -#include "includes.h" -#include "Python.h" - #include "python/py_common.h" #endif /* _PY_WINREG_H */ |