general: Remove a few hacked-in includes once needed for CMake to build properly.
This commit is contained in:
parent
b1a294631a
commit
28a60ff52e
|
|
@ -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>
|
||||
|
||||
#ifdef HAVE_PYTHON
|
||||
#include "Python.h"
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: GlobPattern::has_glob_characters
|
||||
// Access: Published
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
#define CALLBACKOBJECT_EXT_H
|
||||
|
||||
#include "dtoolbase.h"
|
||||
#include "pointerTo.h"
|
||||
|
||||
#ifdef HAVE_PYTHON
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue