@@ -49,10 +49,6 @@
#include <unistd.h>
#endif
-#ifdef HAVE_PYTHON
-#include "Python.h"
-#endif
-
TextEncoder::Encoding Filename::_filesystem_encoding = TextEncoder::E_utf8;
TVOLATILE AtomicAdjust::Pointer Filename::_home_directory;
@@ -15,10 +15,6 @@
#include "globPattern.h"
#include <ctype.h>
////////////////////////////////////////////////////////////////////
// Function: GlobPattern::has_glob_characters
// Access: Published
@@ -16,7 +16,6 @@
#define CALLBACKOBJECT_EXT_H
#include "dtoolbase.h"
-#include "pointerTo.h"
#ifdef HAVE_PYTHON