mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
changed include to use quotes
This commit is contained in:
parent
40416504b9
commit
f24d405030
@ -6,10 +6,10 @@
|
||||
|
||||
|
||||
#include "interrogate_interface.h"
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#undef HAVE_LONG_LONG
|
||||
#include <Python.h>
|
||||
#include "Python.h"
|
||||
|
||||
extern "C" {
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CPPPOINTERTYPE_H
|
||||
#define CPPPOINTERTYPE_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "cppType.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CPPPREPROCESSOR_H
|
||||
#define CPPPREPROCESSOR_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "cppManifest.h"
|
||||
#include "cppToken.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CPPREFERENCETYPE_H
|
||||
#define CPPREFERENCETYPE_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "cppType.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CPPSCOPE_H
|
||||
#define CPPSCOPE_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "cppVisibility.h"
|
||||
#include "cppTemplateParameterList.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CPPSIMPLETYPE_H
|
||||
#define CPPSIMPLETYPE_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "cppType.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CPPSTRUCTTYPE_H
|
||||
#define CPPSTRUCTTYPE_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "cppExtensionType.h"
|
||||
#include "cppVisibility.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CPPTBDTYPE_H
|
||||
#define CPPTBDTYPE_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "cppType.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CPPTEMPLATEPARAMETERLIST_H
|
||||
#define CPPTEMPLATEPARAMETERLIST_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "cppDeclaration.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CPPTEMPLATESCOPE_H
|
||||
#define CPPTEMPLATESCOPE_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "cppScope.h"
|
||||
#include "cppTemplateParameterList.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CPPTOKEN_H
|
||||
#define CPPTOKEN_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "cppBisonDefs.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CPPTYPE_H
|
||||
#define CPPTYPE_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "cppDeclaration.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CPPTYPEDECLARATION_H
|
||||
#define CPPTYPEDECLARATION_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "cppInstance.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CPPTYPEPARSER_H
|
||||
#define CPPTYPEPARSER_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "cppPreprocessor.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CPPTYPEPROXY_H
|
||||
#define CPPTYPEPROXY_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "cppType.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CPPTYPEDEF_H
|
||||
#define CPPTYPEDEF_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "cppInstance.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CPPUSING_H
|
||||
#define CPPUSING_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "cppDeclaration.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CPPVISIBILITY_H
|
||||
#define CPPVISIBILITY_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
enum CPPVisibility {
|
||||
V_published,
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef INDENT_H
|
||||
#define INDENT_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: indent
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef NOTIFYCATEGORYPROXY_H
|
||||
#define NOTIFYCATEGORYPROXY_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "notifyCategory.h"
|
||||
#include "notifySeverity.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef __SERIALIZATION_H__
|
||||
#define __SERIALIZATION_H__
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "config_setup.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef SYMBOLENT_H
|
||||
#define SYMBOLENT_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "config_setup.h"
|
||||
#include "pvector.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef EXECUTIONENVIRONMENT_H
|
||||
#define EXECUTIONENVIRONMENT_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "vector_string.h"
|
||||
#include "filename.h"
|
||||
|
@ -17,7 +17,7 @@
|
||||
GNU General Public License for more details. */
|
||||
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#if !defined(HAVE_GETOPT) || !defined(HAVE_GETOPT_LONG_ONLY)
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
GNU General Public License for more details. */
|
||||
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#ifndef HAVE_GETOPT_LONG_ONLY
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef LOAD_DSO_H
|
||||
#define LOAD_DSO_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "filename.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef __PFSTREAMBUF_H__
|
||||
#define __PFSTREAMBUF_H__
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
#include <string>
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef INTERROGATEBUILDER_H
|
||||
#define INTERROGATEBUILDER_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "interrogate_interface.h"
|
||||
#include "interrogate_request.h"
|
||||
|
@ -80,9 +80,9 @@ upcase_string(const string &str) {
|
||||
|
||||
int
|
||||
write_python_table(ostream &out) {
|
||||
out << "\n#include <dtoolbase.h>\n"
|
||||
<< "#include <interrogate_request.h>\n\n"
|
||||
<< "#include <Python.h>\n\n";
|
||||
out << "\n#include \"dtoolbase.h\"\n"
|
||||
<< "#include \"interrogate_request.h\"\n\n"
|
||||
<< "#include \"Python.h\"\n\n";
|
||||
|
||||
int count = 0;
|
||||
|
||||
|
@ -19,9 +19,9 @@
|
||||
#ifndef PARAMETERREMAP_H
|
||||
#define PARAMETERREMAP_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include <interrogate_interface.h>
|
||||
#include "interrogate_interface.h"
|
||||
|
||||
class CPPType;
|
||||
class CPPExpression;
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef PARAMETERREMAPBASICSTRINGREFTOSTRING_H
|
||||
#define PARAMETERREMAPBASICSTRINGREFTOSTRING_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "parameterRemapToString.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef PARAMETERREMAPBASICSTRINGTOSTRING_H
|
||||
#define PARAMETERREMAPBASICSTRINGTOSTRING_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "parameterRemapToString.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef PARAMETERREMAPCHARSTARTOSTRING_H
|
||||
#define PARAMETERREMAPCHARSTARTOSTRING_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "parameterRemapToString.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef PARAMETERREMAPCONCRETETOPOINTER_H
|
||||
#define PARAMETERREMAPCONCRETETOPOINTER_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "parameterRemap.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef PARAMETERREMAPCONSTTONONCONST_H
|
||||
#define PARAMETERREMAPCONSTTONONCONST_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "parameterRemap.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef PARAMETERREMAPENUMTOINT_H
|
||||
#define PARAMETERREMAPENUMTOINT_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "parameterRemap.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef PARAMETERREMAPPTTOPOINTER_H
|
||||
#define PARAMETERREMAPPTTOPOINTER_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "parameterRemap.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef PARAMETERREMAPREFERENCETOCONCRETE_H
|
||||
#define PARAMETERREMAPREFERENCETOCONCRETE_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "parameterRemap.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef PARAMETERREMAPREFERENCETOPOINTER_H
|
||||
#define PARAMETERREMAPREFERENCETOPOINTER_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "parameterRemap.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef PARAMETERREMAPTHIS_H
|
||||
#define PARAMETERREMAPTHIS_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "parameterRemap.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef PARAMETERREMAPTOSTRING_H
|
||||
#define PARAMETERREMAPTOSTRING_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "parameterRemap.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef PARAMETERREMAPUNCHANGED_H
|
||||
#define PARAMETERREMAPUNCHANGED_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "parameterRemap.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef TYPEMANAGER_H
|
||||
#define TYPEMANAGER_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
class CPPFunctionGroup;
|
||||
class CPPInstance;
|
||||
|
@ -19,9 +19,9 @@
|
||||
#ifndef CONFIG_INTERROGATEDB_H
|
||||
#define CONFIG_INTERROGATEDB_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include <notifyCategoryProxy.h>
|
||||
#include <dSearchPath.h>
|
||||
#include "dtoolbase.h"
|
||||
#include "notifyCategoryProxy.h"
|
||||
#include "dSearchPath.h"
|
||||
|
||||
NotifyCategoryDecl(interrogatedb, EXPCL_DTOOLCONFIG, EXPTP_DTOOLCONFIG);
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef INDEXREMAPPER_H
|
||||
#define INDEXREMAPPER_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef INTERROGATECOMPONENT_H
|
||||
#define INTERROGATECOMPONENT_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "interrogate_interface.h"
|
||||
#include "interrogate_request.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef INTERROGATEDATABASE_H
|
||||
#define INTERROGATEDATABASE_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "interrogate_interface.h"
|
||||
#include "interrogateType.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef INTERROGATEELEMENT_H
|
||||
#define INTERROGATEELEMENT_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "interrogateComponent.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef INTERROGATEFUNCTIONWRAPPER_H
|
||||
#define INTERROGATEFUNCTIONWRAPPER_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "interrogateComponent.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef INTERROGATEMANIFEST_H
|
||||
#define INTERROGATEMANIFEST_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "interrogateComponent.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef INTERROGATETYPE_H
|
||||
#define INTERROGATETYPE_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include "interrogateComponent.h"
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
// This file defines some convenience functions for reading and
|
||||
// writing the interrogate database files.
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
#include <vector>
|
||||
|
||||
void idf_output_string(ostream &out, const string &str, char whitespace = ' ');
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef INTERROGATE_INTERFACE_H
|
||||
#define INTERROGATE_INTERFACE_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef INTERROGATE_REQUEST
|
||||
#define INTERROGATE_REQUEST
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
/*
|
||||
* The functions here are simple functions that are intended to be
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef PYSTUB_H
|
||||
#define PYSTUB_H
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
// The sole purpose of this header file is to allow a program other
|
||||
// than Python to load in a module that includes Python wrappers.
|
||||
|
@ -16,13 +16,13 @@
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <dtoolbase.h>
|
||||
#include "dtoolbase.h"
|
||||
|
||||
#include <interrogate_interface.h>
|
||||
#include <interrogate_request.h>
|
||||
#include <load_dso.h>
|
||||
#include <filename.h>
|
||||
#include <pystub.h>
|
||||
#include "interrogate_interface.h"
|
||||
#include "interrogate_request.h"
|
||||
#include "load_dso.h"
|
||||
#include "filename.h"
|
||||
#include "pystub.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user