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