diff options
Diffstat (limited to 'lib/kross/python/pythonconfig.h')
-rw-r--r-- | lib/kross/python/pythonconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kross/python/pythonconfig.h b/lib/kross/python/pythonconfig.h index 64b4eefb..349d838b 100644 --- a/lib/kross/python/pythonconfig.h +++ b/lib/kross/python/pythonconfig.h @@ -38,9 +38,9 @@ #include <frameobject.h> // Include the PyCXX stuff. -#include "cxx/Config.hxx" -#include "cxx/Objects.hxx" -#include "cxx/Extensions.hxx" +#include "cxx/Config.h" +#include "cxx/Objects.h" +#include "cxx/Extensions.h" namespace Kross { |