general: Remove a few hacked-in includes once needed for CMake to build properly.

This commit is contained in:
Sam Edwards 2015-11-11 12:53:35 -08:00
parent b1a294631a
commit 28a60ff52e
3 changed files with 0 additions and 9 deletions

View File

@ -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;

View File

@ -15,10 +15,6 @@
#include "globPattern.h"
#include <ctype.h>
#ifdef HAVE_PYTHON
#include "Python.h"
#endif
////////////////////////////////////////////////////////////////////
// Function: GlobPattern::has_glob_characters
// Access: Published

View File

@ -16,7 +16,6 @@
#define CALLBACKOBJECT_EXT_H
#include "dtoolbase.h"
#include "pointerTo.h"
#ifdef HAVE_PYTHON