@@ -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 "cppType.h"
#ifndef CPPPREPROCESSOR_H
#define CPPPREPROCESSOR_H
#include "cppManifest.h"
#include "cppToken.h"
#ifndef CPPREFERENCETYPE_H
#define CPPREFERENCETYPE_H
#ifndef CPPSCOPE_H
#define CPPSCOPE_H
#include "cppVisibility.h"
#include "cppTemplateParameterList.h"
#ifndef CPPSIMPLETYPE_H
#define CPPSIMPLETYPE_H
#ifndef CPPSTRUCTTYPE_H
#define CPPSTRUCTTYPE_H
#include "cppExtensionType.h"
#ifndef CPPTBDTYPE_H
#define CPPTBDTYPE_H
#ifndef CPPTEMPLATEPARAMETERLIST_H
#define CPPTEMPLATEPARAMETERLIST_H
#include "cppDeclaration.h"
#ifndef CPPTEMPLATESCOPE_H
#define CPPTEMPLATESCOPE_H
#include "cppScope.h"
#ifndef CPPTOKEN_H
#define CPPTOKEN_H
#include "cppBisonDefs.h"
#ifndef CPPTYPE_H
#define CPPTYPE_H
#ifndef CPPTYPEDECLARATION_H
#define CPPTYPEDECLARATION_H
#include "cppInstance.h"
#ifndef CPPTYPEPARSER_H
#define CPPTYPEPARSER_H
#include "cppPreprocessor.h"
#ifndef CPPTYPEPROXY_H
#define CPPTYPEPROXY_H
#ifndef CPPTYPEDEF_H
#define CPPTYPEDEF_H
#ifndef CPPUSING_H
#define CPPUSING_H
#ifndef CPPVISIBILITY_H
#define CPPVISIBILITY_H
enum CPPVisibility {
V_published,
#ifndef INDENT_H
#define INDENT_H
////////////////////////////////////////////////////////////////////
// Function: indent
#ifndef NOTIFYCATEGORYPROXY_H
#define NOTIFYCATEGORYPROXY_H
#include "notifyCategory.h"
#include "notifySeverity.h"
#ifndef __SERIALIZATION_H__
#define __SERIALIZATION_H__
#include "config_setup.h"
#ifndef SYMBOLENT_H
#define SYMBOLENT_H
#include "pvector.h"
#ifndef EXECUTIONENVIRONMENT_H
#define EXECUTIONENVIRONMENT_H
#include "vector_string.h"
#include "filename.h"
@@ -17,7 +17,7 @@
GNU General Public License for more details. */
#if !defined(HAVE_GETOPT) || !defined(HAVE_GETOPT_LONG_ONLY)
@@ -13,7 +13,7 @@
#ifndef HAVE_GETOPT_LONG_ONLY
#ifndef LOAD_DSO_H
#define LOAD_DSO_H
#ifndef __PFSTREAMBUF_H__
#define __PFSTREAMBUF_H__
#include <string>
#include <stdio.h>
#ifndef INTERROGATEBUILDER_H
#define INTERROGATEBUILDER_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 <interrogate_interface.h>
+#include "interrogate_interface.h"
class CPPType;
class CPPExpression;
#ifndef PARAMETERREMAPBASICSTRINGREFTOSTRING_H
#define PARAMETERREMAPBASICSTRINGREFTOSTRING_H
#include "parameterRemapToString.h"
#ifndef PARAMETERREMAPBASICSTRINGTOSTRING_H
#define PARAMETERREMAPBASICSTRINGTOSTRING_H
#ifndef PARAMETERREMAPCHARSTARTOSTRING_H
#define PARAMETERREMAPCHARSTARTOSTRING_H
#ifndef PARAMETERREMAPCONCRETETOPOINTER_H
#define PARAMETERREMAPCONCRETETOPOINTER_H
#include "parameterRemap.h"
#ifndef PARAMETERREMAPCONSTTONONCONST_H
#define PARAMETERREMAPCONSTTONONCONST_H
#ifndef PARAMETERREMAPENUMTOINT_H
#define PARAMETERREMAPENUMTOINT_H
#ifndef PARAMETERREMAPPTTOPOINTER_H
#define PARAMETERREMAPPTTOPOINTER_H
#ifndef PARAMETERREMAPREFERENCETOCONCRETE_H
#define PARAMETERREMAPREFERENCETOCONCRETE_H
#ifndef PARAMETERREMAPREFERENCETOPOINTER_H
#define PARAMETERREMAPREFERENCETOPOINTER_H
#ifndef PARAMETERREMAPTHIS_H
#define PARAMETERREMAPTHIS_H
#ifndef PARAMETERREMAPTOSTRING_H
#define PARAMETERREMAPTOSTRING_H
#ifndef PARAMETERREMAPUNCHANGED_H
#define PARAMETERREMAPUNCHANGED_H
#ifndef TYPEMANAGER_H
#define TYPEMANAGER_H
class CPPFunctionGroup;
class CPPInstance;
#ifndef CONFIG_INTERROGATEDB_H
#define CONFIG_INTERROGATEDB_H
-#include <notifyCategoryProxy.h>
-#include <dSearchPath.h>
+#include "notifyCategoryProxy.h"
+#include "dSearchPath.h"
NotifyCategoryDecl(interrogatedb, EXPCL_DTOOLCONFIG, EXPTP_DTOOLCONFIG);
#ifndef INDEXREMAPPER_H
#define INDEXREMAPPER_H
#include <map>
#ifndef INTERROGATECOMPONENT_H
#define INTERROGATECOMPONENT_H
#ifndef INTERROGATEDATABASE_H
#define INTERROGATEDATABASE_H
#include "interrogateType.h"
#ifndef INTERROGATEELEMENT_H
#define INTERROGATEELEMENT_H
#include "interrogateComponent.h"
#ifndef INTERROGATEFUNCTIONWRAPPER_H
#define INTERROGATEFUNCTIONWRAPPER_H
#ifndef INTERROGATEMANIFEST_H
#define INTERROGATEMANIFEST_H
#ifndef INTERROGATETYPE_H
#define INTERROGATETYPE_H
@@ -22,7 +22,7 @@
// This file defines some convenience functions for reading and
// writing the interrogate database files.
#include <vector>
void idf_output_string(ostream &out, const string &str, char whitespace = ' ');
#ifndef INTERROGATE_INTERFACE_H
#define INTERROGATE_INTERFACE_H
#ifdef __cplusplus
#ifndef INTERROGATE_REQUEST
#define INTERROGATE_REQUEST
/*
* The functions here are simple functions that are intended to be
#ifndef PYSTUB_H
#define PYSTUB_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 <interrogate_request.h>
-#include <load_dso.h>
-#include <filename.h>
-#include <pystub.h>
+#include "interrogate_request.h"
+#include "load_dso.h"
+#include "filename.h"
+#include "pystub.h"
#include <stdlib.h>